ronakreddy18 commited on
Commit
dd9f954
·
verified ·
1 Parent(s): c21e65b

Update pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py

Browse files
pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py CHANGED
@@ -178,7 +178,7 @@ except UnicodeDecodeError:
178
  - Handle missing data effectively using functions like `fillna()` or `dropna()`.
179
  """)
180
 
181
- st.markdown('[Jupyter Notebook](https://colab.research.google.com/drive/1ZTKWTknL-4IQ9QbAfcyKzIP-_lNxmz2P?usp=sharing)')
182
 
183
  if st.button("Back to Structured Data"):
184
  st.session_state.page = "structured_data"
 
178
  - Handle missing data effectively using functions like `fillna()` or `dropna()`.
179
  """)
180
 
181
+ st.markdown('[Jupyter Notebook](https://colab.research.google.com/drive/1ZTKWTknL-4IQ9QbAfcyKzIP-_lNxmz2P?usp=sharing)', unsafe_allow_html=True)
182
 
183
  if st.button("Back to Structured Data"):
184
  st.session_state.page = "structured_data"