Spaces:
Sleeping
Sleeping
Update pages/Machine learning VS Deep Learning.py
Browse files

pages/Machine learning VS Deep Learning.py
CHANGED
@@ -102,7 +102,7 @@ st.markdown(html_code, unsafe_allow_html=True)
|
|
102 |
import streamlit as st
|
103 |
|
104 |
# Local GIF path
|
105 |
-
gif_path = "C:\Users\ankit\Downloads\Understanding the Hype Around Machine Learning.gif"
|
106 |
|
107 |
# Display the GIF
|
108 |
html_code = f"""
|
|
|
102 |
import streamlit as st
|
103 |
|
104 |
# Local GIF path
|
105 |
+
gif_path = r"C:\Users\ankit\Downloads\Understanding the Hype Around Machine Learning.gif"
|
106 |
|
107 |
# Display the GIF
|
108 |
html_code = f"""
|