Spaces:
Running
Running
Shunfeng Zheng
commited on
Update 1_SpatialParse.py
Browse files- 1_SpatialParse.py +1 -1
1_SpatialParse.py
CHANGED
@@ -197,7 +197,7 @@ def extract_spatial_entities(text):
|
|
197 |
st.write(HTML_WRAPPER.format(html),unsafe_allow_html=True)
|
198 |
show_spatial_ent_table(doc, text)
|
199 |
|
200 |
-
|
201 |
|
202 |
show_sentence_selector_table(doc)
|
203 |
pass
|
|
|
197 |
st.write(HTML_WRAPPER.format(html),unsafe_allow_html=True)
|
198 |
show_spatial_ent_table(doc, text)
|
199 |
|
200 |
+
|
201 |
|
202 |
show_sentence_selector_table(doc)
|
203 |
pass
|