ppsingh commited on
Commit
ae013ce
·
1 Parent(s): cd42a41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -49,9 +49,10 @@ if topic is not None:
49
  choice = 'Gender'
50
  else:
51
  choice = 'Women Empowernment'
 
52
  with c1:
53
  st.header('Text')
54
- st.text(paraList[label][choice][0]
55
 
56
  with c2:
57
  st.header('Tag')
 
49
  choice = 'Gender'
50
  else:
51
  choice = 'Women Empowernment'
52
+
53
  with c1:
54
  st.header('Text')
55
+ st.text(paraList[label][choice][0])
56
 
57
  with c2:
58
  st.header('Tag')