Skip to content

Commit aec9425

Browse files
committed
merge
1 parent ab48941 commit aec9425

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/web_ui.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
import json
55

66
# Add the parent directory to the system path
7-
sys.path.append(str(Path(__file__).resolve().parents[2]))
7+
sys.path.append(str(Path(__file__).resolve().parents[1]))
88

99
# Language dictionary
1010
language_dict = {"Cpp": "cpp", "Java": "java", "Go": "go"}
1111

1212
# Base path for results
13-
BASE_PATH = Path(__file__).resolve().parents[2]
13+
BASE_PATH = Path(__file__).resolve().parents[1]
1414

1515
# Inject custom styles for enhanced aesthetics
1616
st.markdown(

0 commit comments

Comments
 (0)