Seetha commited on
Commit
4d0fc21
1 Parent(s): 079a5bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -558,7 +558,7 @@ def main():
558
  with st.container():
559
 
560
  st.download_button(label="Download the result table",data=buffer,file_name="t2cg_outputs.xlsx",mime="application/vnd.ms-excel")
561
- 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)
562
  # st.download_button(label="Download the detailed result table_csv",data=csv1,file_name='results.csv',mime='text/csv')
563
  # st.download_button(label="Download the result table_csv",data=csv2,file_name='final_data.csv',mime='text/csv')
564
 
 
558
  with st.container():
559
 
560
  st.download_button(label="Download the result table",data=buffer,file_name="t2cg_outputs.xlsx",mime="application/vnd.ms-excel")
561
+ st.markdown('<a href="https://huggingface.co/spaces/Seetha/visual-knowledgegraph" target="_blank">Click this link in a separate tab to view knowledge graph</a>', unsafe_allow_html=True)
562
  # st.download_button(label="Download the detailed result table_csv",data=csv1,file_name='results.csv',mime='text/csv')
563
  # st.download_button(label="Download the result table_csv",data=csv2,file_name='final_data.csv',mime='text/csv')
564