DOMMETI commited on
Commit
133d765
Β·
verified Β·
1 Parent(s): a4eab27

Update pages/5_Structured_data.py

Browse files
Files changed (1) hide show
  1. pages/5_Structured_data.py +1 -1
pages/5_Structured_data.py CHANGED
@@ -103,6 +103,6 @@ with pd.ExcelWriter(r'/Users/rajbunny/Downloads/untitled_folder.xlsx', mode="x")
103
  st.code(scode, language="python")
104
  st.subheader("πŸ“ To view the coding part of the Jupyter notebook:")
105
  if st.button("πŸš€ Open Jupyter Notebook"):
106
- notebook_url = "http://localhost:8888/notebooks/exel.ipynb"
107
  st.markdown(f"[Click here to go to the Jupyter notebook] {notebook_url}", unsafe_allow_html=True)
108
 
 
103
  st.code(scode, language="python")
104
  st.subheader("πŸ“ To view the coding part of the Jupyter notebook:")
105
  if st.button("πŸš€ Open Jupyter Notebook"):
106
+ notebook_url = "https://github.com/raj2216/my-code/blob/main/exel.ipynb"
107
  st.markdown(f"[Click here to go to the Jupyter notebook] {notebook_url}", unsafe_allow_html=True)
108