We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab48941 commit aec9425Copy full SHA for aec9425
1 file changed
src/web_ui.py
@@ -4,13 +4,13 @@
4
import json
5
6
# Add the parent directory to the system path
7
-sys.path.append(str(Path(__file__).resolve().parents[2]))
+sys.path.append(str(Path(__file__).resolve().parents[1]))
8
9
# Language dictionary
10
language_dict = {"Cpp": "cpp", "Java": "java", "Go": "go"}
11
12
# Base path for results
13
-BASE_PATH = Path(__file__).resolve().parents[2]
+BASE_PATH = Path(__file__).resolve().parents[1]
14
15
# Inject custom styles for enhanced aesthetics
16
st.markdown(
0 commit comments