Spaces:
Runtime error
Runtime error
taka-yamakoshi
commited on
Commit
·
6316b49
1
Parent(s):
57c67f2
debug
Browse files
app.py
CHANGED
@@ -136,8 +136,10 @@ if __name__=='__main__':
|
|
136 |
sent_2 = st.session_state['sent_2']
|
137 |
|
138 |
st.write('2. Select sites to mask out and click "Confirm"')
|
139 |
-
|
140 |
-
|
|
|
|
|
141 |
st.write(st.session_state['mask_locs_1'])
|
142 |
st.write(st.session_state['mask_locs_2'])
|
143 |
if st.button('Confirm'):
|
|
|
136 |
sent_2 = st.session_state['sent_2']
|
137 |
|
138 |
st.write('2. Select sites to mask out and click "Confirm"')
|
139 |
+
with empty():
|
140 |
+
annotate_mask(1,sent_1)
|
141 |
+
with empty():
|
142 |
+
annotate_mask(2,sent_2)
|
143 |
st.write(st.session_state['mask_locs_1'])
|
144 |
st.write(st.session_state['mask_locs_2'])
|
145 |
if st.button('Confirm'):
|