Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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">
|
| 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 |
|