Spaces:
Runtime error
Runtime error
taka-yamakoshi
commited on
Commit
·
7adf673
1
Parent(s):
58309bd
debug
Browse files
app.py
CHANGED
@@ -152,8 +152,8 @@ if __name__=='__main__':
|
|
152 |
sent_2 = st.session_state['sent_2']
|
153 |
|
154 |
st.write('2. Select options click "Confirm"')
|
155 |
-
|
156 |
-
|
157 |
if st.button('Confirm',key='option'):
|
158 |
st.session_state['page_status'] = 'analysis'
|
159 |
main_area.empty()
|
|
|
152 |
sent_2 = st.session_state['sent_2']
|
153 |
|
154 |
st.write('2. Select options click "Confirm"')
|
155 |
+
annotate_options(1,sent_1)
|
156 |
+
annotate_options(2,sent_2)
|
157 |
if st.button('Confirm',key='option'):
|
158 |
st.session_state['page_status'] = 'analysis'
|
159 |
main_area.empty()
|