ronakreddy18 commited on
Commit
5f347d4
·
verified ·
1 Parent(s): ed72aac

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://colab.research.google.com/drive/1ZTKWTknL-4IQ9QbAfcyKzIP-_lNxmz2P?usp=sharing)')
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"