Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ if keys is not None:
|
|
42 |
topic = st.sidebar.selectbox(
|
43 |
label="Choose dataset topic to load", options=keys )
|
44 |
# st.write(line)
|
45 |
-
|
46 |
if topic is not None:
|
47 |
subtopics = list(paraList[topic].keys())
|
48 |
#st.write(subtopics)
|
|
|
42 |
topic = st.sidebar.selectbox(
|
43 |
label="Choose dataset topic to load", options=keys )
|
44 |
# st.write(line)
|
45 |
+
st.write(paraList)
|
46 |
if topic is not None:
|
47 |
subtopics = list(paraList[topic].keys())
|
48 |
#st.write(subtopics)
|