ppsingh commited on
Commit
839c140
1 Parent(s): 776f615

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -47,8 +47,8 @@ if topic is not None:
47
  c1, c2, c3 = st.columns([3, 1, 1])
48
  if np.random.randint(0,1) == 0:
49
  choice = 'Gender'
50
- else:
51
- choice = 'Women Empowernment'
52
  with c1:
53
  st.header('Text')
54
  st.text(paraList[label][choice][0]
 
47
  c1, c2, c3 = st.columns([3, 1, 1])
48
  if np.random.randint(0,1) == 0:
49
  choice = 'Gender'
50
+ else:
51
+ choice = 'Women Empowernment'
52
  with c1:
53
  st.header('Text')
54
  st.text(paraList[label][choice][0]