Update pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
Browse files
pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
CHANGED
@@ -171,7 +171,7 @@ except UnicodeDecodeError:
|
|
171 |
print("Error: Encoding issue. Try specifying a different encoding like 'latin1' or 'utf-8'.")
|
172 |
""", language='python')
|
173 |
|
174 |
-
st.markdown('[Jupyter Notebook](https://
|
175 |
|
176 |
if st.button("Back to Structured Data"):
|
177 |
st.session_state.page = "structured_data"
|
|
|
171 |
print("Error: Encoding issue. Try specifying a different encoding like 'latin1' or 'utf-8'.")
|
172 |
""", language='python')
|
173 |
|
174 |
+
st.markdown('[Jupyter Notebook](https://huggingface.co/spaces/ronakreddy18/Zerotoheroinmachinelearning/blob/main/pages/CSV_HANDLING_GUIDE.ipynb)')
|
175 |
|
176 |
if st.button("Back to Structured Data"):
|
177 |
st.session_state.page = "structured_data"
|