DOMMETI commited on
Commit
77f7789
·
verified ·
1 Parent(s): c9fa517

Update pages/5_Structured_data.py

Browse files
Files changed (1) hide show
  1. pages/5_Structured_data.py +4 -2
pages/5_Structured_data.py CHANGED
@@ -94,5 +94,7 @@ with pd.ExcelWriter(r'/Users/rajbunny/Downloads/untitled_folder.xlsx', mode="x")
94
  '''
95
  st.code(scode,language="python")
96
  st.subheader("To check coding part of exel.ipynb")
97
- if st.button("Click_here"):
98
- st.write(f"click_here to go{'http://localhost:8888/notebooks/exel.ipynb'}")
 
 
 
94
  '''
95
  st.code(scode,language="python")
96
  st.subheader("To check coding part of exel.ipynb")
97
+ import streamlit as st
98
+ if st.button("Click here"):
99
+ notebook_url = "http://localhost:8888/notebooks/exel.ipynb"
100
+ st.markdown(f"[Click here to go to the Jupyter notebook] {notebook_url}")