taka-yamakoshi commited on
Commit
4ae03e3
1 Parent(s): e034c19
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -192,7 +192,7 @@ if __name__=='__main__':
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'
@@ -204,7 +204,7 @@ if __name__=='__main__':
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'
 
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'
 
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'