ankithpatel commited on
Commit
fa1964d
·
verified ·
1 Parent(s): 79ef20f

Update pages/Machine learning VS Deep Learning.py

Browse files
pages/Machine learning VS Deep Learning.py CHANGED
@@ -99,14 +99,3 @@ st.markdown(html_code, unsafe_allow_html=True)
99
 
100
 
101
 
102
- import streamlit as st
103
-
104
- # HTML code to insert a GIF
105
- html_code = """
106
- <div style="text-align: center;">
107
- <img src=https://indusuni.ac.in/uploads/blogs/iite/Understanding%20the%20Hype%20Around%20Machine%20Learning.gif style="width: 50%; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);">
108
- </div>
109
- """
110
-
111
- # Render the HTML in Streamlit
112
- st.markdown(html_code, unsafe_allow_html=True)
 
99
 
100
 
101