Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -531,13 +531,13 @@ def main():
|
|
| 531 |
|
| 532 |
with st.container():
|
| 533 |
# Execute your app
|
| 534 |
-
st.title("Visualization example")
|
| 535 |
# components.html(source_code)
|
| 536 |
#html(my_html)
|
| 537 |
-
webbrowser.open('https://huggingface.co/spaces/Seetha/visual-knowledgegraph')
|
| 538 |
# # embed streamlit docs in a streamlit app
|
| 539 |
# #components.iframe("https://webpages.charlotte.edu/ltotapal/")
|
| 540 |
-
|
| 541 |
|
| 542 |
|
| 543 |
if __name__ == '__main__':
|
|
|
|
| 531 |
|
| 532 |
with st.container():
|
| 533 |
# Execute your app
|
| 534 |
+
#st.title("Visualization example")
|
| 535 |
# components.html(source_code)
|
| 536 |
#html(my_html)
|
| 537 |
+
#webbrowser.open('https://huggingface.co/spaces/Seetha/visual-knowledgegraph')
|
| 538 |
# # embed streamlit docs in a streamlit app
|
| 539 |
# #components.iframe("https://webpages.charlotte.edu/ltotapal/")
|
| 540 |
+
st.markdown('<a href="https://huggingface.co/spaces/Seetha/visual-knowledgegraph" target="_self">Text to Knowledge graph link</a>', unsafe_allow_html=True)
|
| 541 |
|
| 542 |
|
| 543 |
if __name__ == '__main__':
|