Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -528,6 +528,16 @@ def main():
|
|
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 |
|
532 |
|
533 |
if __name__ == '__main__':
|
|
|
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 |
+
|
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__':
|