Spaces:
Running
Running
Shunfeng Zheng
commited on
Update disambiguation/disambiguate.py
Browse files
disambiguation/disambiguate.py
CHANGED
@@ -100,6 +100,8 @@ def get_coordinates_between(doc, ent, ase, level_1, level_2, level_3, midmid):
|
|
100 |
print(doc.ents)
|
101 |
import streamlit as st
|
102 |
st.markdown(ase)
|
|
|
|
|
103 |
json_content = json.loads(page.content)
|
104 |
# json_content = json.loads(aa)
|
105 |
# print(json_content, 'jjj')
|
|
|
100 |
print(doc.ents)
|
101 |
import streamlit as st
|
102 |
st.markdown(ase)
|
103 |
+
st.markdown(request_url)
|
104 |
+
st.markdown(page.content)
|
105 |
json_content = json.loads(page.content)
|
106 |
# json_content = json.loads(aa)
|
107 |
# print(json_content, 'jjj')
|