taka-yamakoshi commited on
Commit
51362de
1 Parent(s): 6b82ab0
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -191,8 +191,9 @@ if __name__=='__main__':
191
  sent_2 = st.session_state['sent_2']
192
 
193
  show_instruction('2. Select sites to mask out and click "Confirm"',fontsize=16)
 
194
  annotate_mask(1,sent_1)
195
- show_instruction('---------------',fontsize=32)
196
  annotate_mask(2,sent_2)
197
  if st.button('Confirm',key='mask'):
198
  st.session_state['page_status'] = 'annotate_options'
@@ -203,8 +204,9 @@ if __name__=='__main__':
203
  sent_2 = st.session_state['sent_2']
204
 
205
  show_instruction('3. Select options and click "Confirm"')
 
206
  annotate_options(1,sent_1)
207
- show_instruction('---------------',fontsize=32)
208
  annotate_options(2,sent_2)
209
  if st.button('Confirm',key='option'):
210
  st.session_state['page_status'] = 'analysis'
 
191
  sent_2 = st.session_state['sent_2']
192
 
193
  show_instruction('2. Select sites to mask out and click "Confirm"',fontsize=16)
194
+ show_instruction('------------------------------',fontsize=32)
195
  annotate_mask(1,sent_1)
196
+ show_instruction('------------------------------',fontsize=32)
197
  annotate_mask(2,sent_2)
198
  if st.button('Confirm',key='mask'):
199
  st.session_state['page_status'] = 'annotate_options'
 
204
  sent_2 = st.session_state['sent_2']
205
 
206
  show_instruction('3. Select options and click "Confirm"')
207
+ show_instruction('------------------------------',fontsize=32)
208
  annotate_options(1,sent_1)
209
+ show_instruction('------------------------------',fontsize=32)
210
  annotate_options(2,sent_2)
211
  if st.button('Confirm',key='option'):
212
  st.session_state['page_status'] = 'analysis'