ppsingh commited on
Commit
cd42a41
1 Parent(s): 839c140

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -5
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
- with c2:
 
56
  st.header('Tag')
57
  st.text(choice)
58
- with c3:
59
- st.header('Feedback')
60
- st.selectbox('0 If Tag is not a good keyword for text, 5 for prefect match',(0,1,2,3,4,5))
 
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'):