ppsingh commited on
Commit
dbcde10
1 Parent(s): f807a9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ if keys is not None:
51
 
52
  with st.form():
53
  if topic is not None:
54
- subtopics = list(paraList[topic].keys())
55
  #st.write(subtopics)
56
  val = np.random.randint(0,len(subtopics)-1)
57
  tag = subtopics[val]
 
51
 
52
  with st.form():
53
  if topic is not None:
54
+ subtopics = list(paraList[topic].keys())
55
  #st.write(subtopics)
56
  val = np.random.randint(0,len(subtopics)-1)
57
  tag = subtopics[val]