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