ronakreddy18 commited on
Commit
77e33d6
·
verified ·
1 Parent(s): ba491fd

Update pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py

Browse files
pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py CHANGED
@@ -131,7 +131,8 @@ excel_file = pd.ExcelFile('data.xlsx')
131
  print(excel_file.sheet_names)
132
  """, language='python')
133
 
134
- st.markdown('[Jupyter Notebook](https://colab.research.google.com/drive/1ZTKWTknL-4IQ9QbAfcyKzIP-_lNxmz2P?usp=sharing)')
 
135
 
136
  if st.button("Back to Structured Data"):
137
  st.session_state.page = "structured_data"
 
131
  print(excel_file.sheet_names)
132
  """, language='python')
133
 
134
+ st.markdown('[Jupyter Notebook](https://colab.research.google.com/drive/1Dv68m9hcRzXsLRlRit0uZc-8CB8U6VV3?usp=sharing)')
135
+
136
 
137
  if st.button("Back to Structured Data"):
138
  st.session_state.page = "structured_data"