Seetha commited on
Commit
2ff5051
1 Parent(s): 0dcd214

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -526,7 +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.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
 
 
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">Click this link in a separate tab to view knowledge graph</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