Spaces:
Sleeping
Sleeping
Update pages/5_Structured_data.py
Browse files
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 = "
|
| 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 |
|