Seetha commited on
Commit
0dcd214
1 Parent(s): 12b2177

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -526,6 +526,7 @@ def main():
526
  with st.container():
527
 
528
  st.download_button(label="Download the result table",data=buffer,file_name="t2cg_outputs.xlsx",mime="application/vnd.ms-excel")
 
529
  # st.download_button(label="Download the detailed result table_csv",data=csv1,file_name='results.csv',mime='text/csv')
530
  # st.download_button(label="Download the result table_csv",data=csv2,file_name='final_data.csv',mime='text/csv')
531
 
@@ -537,7 +538,7 @@ def main():
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__':
 
526
  with st.container():
527
 
528
  st.download_button(label="Download the result table",data=buffer,file_name="t2cg_outputs.xlsx",mime="application/vnd.ms-excel")
529
+ st.markdown('<a href="https://huggingface.co/spaces/Seetha/visual-knowledgegraph" target="_self">Text to Knowledge graph link</a>', unsafe_allow_html=True)
530
  # st.download_button(label="Download the detailed result table_csv",data=csv1,file_name='results.csv',mime='text/csv')
531
  # st.download_button(label="Download the result table_csv",data=csv2,file_name='final_data.csv',mime='text/csv')
532
 
 
538
  #webbrowser.open('https://huggingface.co/spaces/Seetha/visual-knowledgegraph')
539
  # # embed streamlit docs in a streamlit app
540
  # #components.iframe("https://webpages.charlotte.edu/ltotapal/")
541
+
542
 
543
 
544
  if __name__ == '__main__':