Spaces:
Sleeping
Sleeping
Surbhi
commited on
Commit
·
ccf2ebc
1
Parent(s):
9bedd59
Fix path issue
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ problems = {
|
|
48 |
}
|
49 |
}
|
50 |
|
51 |
-
problem = st.sidebar.selectbox("Choose a Problem:", problems[task][model])
|
52 |
|
53 |
# Dataset Selection (Simulated dataset paths)
|
54 |
dataset_mapping = {
|
|
|
48 |
}
|
49 |
}
|
50 |
|
51 |
+
problem = st.sidebar.selectbox("Choose a Problem:", problems[task][model], key="problem_selection")
|
52 |
|
53 |
# Dataset Selection (Simulated dataset paths)
|
54 |
dataset_mapping = {
|