Update pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
Browse files
pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
CHANGED
@@ -219,7 +219,7 @@ with open('data.json', 'w') as file:
|
|
219 |
- JSON supports both strings and numbers, and other types like arrays and booleans, making it versatile for various data types.
|
220 |
""")
|
221 |
|
222 |
-
st.markdown('[Jupyter Notebook](pages/json_file__handling.ipynb)')
|
223 |
|
224 |
if st.button("Back to Structured Data"):
|
225 |
st.session_state.page = "structured_data"
|
|
|
219 |
- JSON supports both strings and numbers, and other types like arrays and booleans, making it versatile for various data types.
|
220 |
""")
|
221 |
|
222 |
+
st.markdown('[Jupyter Notebook](https://huggingface.co/spaces/ronakreddy18/Zerotoheroinmachinelearning/blob/main/pages/json_file__handling.ipynb)')
|
223 |
|
224 |
if st.button("Back to Structured Data"):
|
225 |
st.session_state.page = "structured_data"
|