ppsingh commited on
Commit
7ccd324
·
1 Parent(s): efd14d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- # st.write(paraList)
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)