Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -49,15 +49,17 @@ 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 |
st.header('Tag')
|
| 57 |
st.text(choice)
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
|
|
|
| 61 |
|
| 62 |
title = st.text_input('Movie title', 'Life of Brian')
|
| 63 |
if st.button('Submit'):
|
|
|
|
| 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')
|
| 58 |
st.text(choice)
|
| 59 |
+
|
| 60 |
+
with c3:
|
| 61 |
+
st.header('Feedback')
|
| 62 |
+
st.selectbox('0 If Tag is not a good keyword for text, 5 for prefect match',(0,1,2,3,4,5))
|
| 63 |
|
| 64 |
title = st.text_input('Movie title', 'Life of Brian')
|
| 65 |
if st.button('Submit'):
|