ppsingh commited on
Commit
fa5bfb2
·
1 Parent(s): 13e7934

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -48,14 +48,14 @@ if topic is not None:
48
  #st.write(subtopics)
49
  val = np.random.randint(0,len(subtopics)-1)
50
  choice = subtopics[val]
51
- #st.write(choice)
52
  #if np.random.randint(0,1) == 0:
53
  # choice = "Gender"
54
  #else:
55
  # choice = "Women Empowernment"
56
 
57
  idx = np.random.randint(0,3)
58
-
59
  c1, c2, c3 = st.columns([3, 1, 1])
60
  with c1:
61
  st.header('Text')
 
48
  #st.write(subtopics)
49
  val = np.random.randint(0,len(subtopics)-1)
50
  choice = subtopics[val]
51
+ st.write(choice)
52
  #if np.random.randint(0,1) == 0:
53
  # choice = "Gender"
54
  #else:
55
  # choice = "Women Empowernment"
56
 
57
  idx = np.random.randint(0,3)
58
+ st.write(idx)
59
  c1, c2, c3 = st.columns([3, 1, 1])
60
  with c1:
61
  st.header('Text')