Spaces:
Build error
Build error
Update app.py
Browse files
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 |
-
|
| 51 |
-
|
| 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]
|