Update pages/3_Life Cycle Of ML Project.py
Browse files
pages/3_Life Cycle Of ML Project.py
CHANGED
|
@@ -275,7 +275,7 @@ except FileNotFoundError:
|
|
| 275 |
print("File not found. Check the file path.")
|
| 276 |
""", language='python')
|
| 277 |
|
| 278 |
-
st.link_button(":blue[Open
|
| 279 |
|
| 280 |
if st.button(":red[Back to Semi-Structured Data]"):
|
| 281 |
st.session_state.page = "semi_structured_data"
|
|
@@ -312,7 +312,7 @@ except FileNotFoundError:
|
|
| 312 |
print("File not found. Check the file path.")
|
| 313 |
""", language='python')
|
| 314 |
|
| 315 |
-
st.link_button(":blue[Open
|
| 316 |
|
| 317 |
if st.button(":red[Back to Semi-Structured Data]"):
|
| 318 |
st.session_state.page = "semi_structured_data"
|
|
@@ -350,7 +350,7 @@ except FileNotFoundError:
|
|
| 350 |
print("File not found. Check the file path.")
|
| 351 |
""", language='python')
|
| 352 |
|
| 353 |
-
st.link_button(":blue[Open
|
| 354 |
|
| 355 |
if st.button(":red[Back to Semi-Structured Data]"):
|
| 356 |
st.session_state.page = "semi_structured_data"
|
|
|
|
| 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 |
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 |
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"
|