Update pages/3_Life Cycle Of ML Project.py
Browse files
pages/3_Life Cycle Of ML Project.py
CHANGED
|
@@ -281,7 +281,7 @@ except FileNotFoundError:
|
|
| 281 |
print("File not found. Check the file path.")
|
| 282 |
""", language='python')
|
| 283 |
|
| 284 |
-
st.link_button(":blue[Jupyter Notebook(colab)]","https://colab.research.google.com/drive/
|
| 285 |
|
| 286 |
|
| 287 |
if st.button(":red[Back to Semi-Structured Data]"):
|
|
@@ -357,7 +357,7 @@ except FileNotFoundError:
|
|
| 357 |
print("File not found. Check the file path.")
|
| 358 |
""", language='python')
|
| 359 |
|
| 360 |
-
st.link_button(":blue[Jupyter Notebook(colab)]","https://colab.research.google.com/drive/
|
| 361 |
|
| 362 |
if st.button(":red[Back to Semi-Structured Data]"):
|
| 363 |
st.session_state.page = "semi_structured_data"
|
|
|
|
| 281 |
print("File not found. Check the file path.")
|
| 282 |
""", language='python')
|
| 283 |
|
| 284 |
+
st.link_button(":blue[Jupyter Notebook(colab)]","https://colab.research.google.com/drive/1jXSPACETyJ5OMKx7Nhx2Mn75V9n9WIyY?usp=sharing")
|
| 285 |
|
| 286 |
|
| 287 |
if st.button(":red[Back to Semi-Structured Data]"):
|
|
|
|
| 357 |
print("File not found. Check the file path.")
|
| 358 |
""", language='python')
|
| 359 |
|
| 360 |
+
st.link_button(":blue[Jupyter Notebook(colab)]","https://colab.research.google.com/drive/1yBgo4h_RNlc2KJApxXEWZXEZCwWHos_n?usp=sharing")
|
| 361 |
|
| 362 |
if st.button(":red[Back to Semi-Structured Data]"):
|
| 363 |
st.session_state.page = "semi_structured_data"
|