Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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')
|