Update pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
Browse files
pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
CHANGED
@@ -131,12 +131,15 @@ print(excel_file.sheet_names)
|
|
131 |
# label="Download Jupyter Notebook",
|
132 |
# data = file,
|
133 |
# file_name="excel_handling_guide.ipynb",
|
134 |
-
# mime="application/octet-stream"
|
135 |
-
|
136 |
|
137 |
#test
|
138 |
-
with open("excel_handling_guide.ipynb", "rb") as file:
|
139 |
-
|
|
|
|
|
|
|
140 |
|
141 |
if st.button("Back to Structured Data"):
|
142 |
st.session_state.page = "structured_data"
|
|
|
131 |
# label="Download Jupyter Notebook",
|
132 |
# data = file,
|
133 |
# file_name="excel_handling_guide.ipynb",
|
134 |
+
# mime="application/octet-stream")
|
135 |
+
|
136 |
|
137 |
#test
|
138 |
+
# with open("excel_handling_guide.ipynb", "rb") as file:
|
139 |
+
# st.download_button("Download Jupyter Notebook",file)
|
140 |
+
|
141 |
+
#test-2
|
142 |
+
st.link_button("Jupyter Notebook","https://colab.research.google.com/drive/1ZTKWTknL-4IQ9QbAfcyKzIP-_lNxmz2P?usp=sharing")
|
143 |
|
144 |
if st.button("Back to Structured Data"):
|
145 |
st.session_state.page = "structured_data"
|