Seetha commited on
Commit
e451a28
1 Parent(s): 3a8f910

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- # st.markdown('<a href="https://webpages.charlotte.edu/ltotapal/" target="_self">Text to Knowledge graph link</a>', unsafe_allow_html=True)
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__':