sree4411 commited on
Commit
9f1a89e
·
verified ·
1 Parent(s): 7fd681e

Update pages/3_Life Cycle Of ML Project.py

Browse files
pages/3_Life Cycle Of ML Project.py CHANGED
@@ -115,7 +115,8 @@ except FileNotFoundError:
115
  df = pd.read_csv('data.csv', delimiter=';')
116
  """, language='python')
117
 
118
- st.link_button(":blue[Open Jupyter Notebook](https://colab.research.google.com/drive/1sT35x4JH9s_hb31aMoUwtry-w8FE7fQg?usp=sharing)")
 
119
 
120
  if st.button(":red[Back to Structured Data]"):
121
  st.session_state.page = "structured_data"
@@ -154,7 +155,8 @@ excel_file = pd.ExcelFile('data.xlsx')
154
  print(excel_file.sheet_names)
155
  """, language='python')
156
 
157
- st.link_button(":blue[Open Jupyter Notebook](https://colab.research.google.com/drive/1sT35x4JH9s_hb31aMoUwtry-w8FE7fQg?usp=sharing)")
 
158
 
159
  if st.button(":red[Back to Structured Data]"):
160
  st.session_state.page = "structured_data"
@@ -275,7 +277,8 @@ except FileNotFoundError:
275
  print("File not found. Check the file path.")
276
  """, language='python')
277
 
278
- st.link_button(":blue[Open Jupyter Notebook](https://colab.research.google.com/drive/1sT35x4JH9s_hb31aMoUwtry-w8FE7fQg?usp=sharing)")
 
279
 
280
  if st.button(":red[Back to Semi-Structured Data]"):
281
  st.session_state.page = "semi_structured_data"
@@ -312,7 +315,7 @@ except FileNotFoundError:
312
  print("File not found. Check the file path.")
313
  """, language='python')
314
 
315
- st.link_button(":blue[Open Jupyter Notebook](https://colab.research.google.com/drive/1sT35x4JH9s_hb31aMoUwtry-w8FE7fQg?usp=sharing)")
316
 
317
  if st.button(":red[Back to Semi-Structured Data]"):
318
  st.session_state.page = "semi_structured_data"
@@ -350,7 +353,7 @@ except FileNotFoundError:
350
  print("File not found. Check the file path.")
351
  """, language='python')
352
 
353
- st.link_button(":blue[Open Jupyter Notebook](https://colab.research.google.com/drive/1sT35x4JH9s_hb31aMoUwtry-w8FE7fQg?usp=sharing)")
354
 
355
  if st.button(":red[Back to Semi-Structured Data]"):
356
  st.session_state.page = "semi_structured_data"
 
115
  df = pd.read_csv('data.csv', delimiter=';')
116
  """, language='python')
117
 
118
+ st.link_button(":blue[Jupyter Notebook(colab)]","https://colab.research.google.com/drive/1sT35x4JH9s_hb31aMoUwtry-w8FE7fQg?usp=sharing")
119
+
120
 
121
  if st.button(":red[Back to Structured Data]"):
122
  st.session_state.page = "structured_data"
 
155
  print(excel_file.sheet_names)
156
  """, language='python')
157
 
158
+ st.link_button(":blue[Jupyter Notebook(colab)]","https://colab.research.google.com/drive/1sT35x4JH9s_hb31aMoUwtry-w8FE7fQg?usp=sharing")
159
+
160
 
161
  if st.button(":red[Back to Structured Data]"):
162
  st.session_state.page = "structured_data"
 
277
  print("File not found. Check the file path.")
278
  """, language='python')
279
 
280
+ st.link_button(":blue[Jupyter Notebook(colab)]","https://colab.research.google.com/drive/1sT35x4JH9s_hb31aMoUwtry-w8FE7fQg?usp=sharing")
281
+
282
 
283
  if st.button(":red[Back to Semi-Structured Data]"):
284
  st.session_state.page = "semi_structured_data"
 
315
  print("File not found. Check the file path.")
316
  """, language='python')
317
 
318
+ st.link_button(":blue[Jupyter Notebook(colab)]","https://colab.research.google.com/drive/1sT35x4JH9s_hb31aMoUwtry-w8FE7fQg?usp=sharing")
319
 
320
  if st.button(":red[Back to Semi-Structured Data]"):
321
  st.session_state.page = "semi_structured_data"
 
353
  print("File not found. Check the file path.")
354
  """, language='python')
355
 
356
+ st.link_button(":blue[Jupyter Notebook(colab)]","https://colab.research.google.com/drive/1sT35x4JH9s_hb31aMoUwtry-w8FE7fQg?usp=sharing")
357
 
358
  if st.button(":red[Back to Semi-Structured Data]"):
359
  st.session_state.page = "semi_structured_data"