Spaces:
Sleeping
Sleeping
Update Homepage.py
Browse files- Homepage.py +2 -2
Homepage.py
CHANGED
@@ -11,7 +11,7 @@ st.markdown(
|
|
11 |
# Display the image centered using HTML
|
12 |
st.markdown(
|
13 |
"""
|
14 |
-
<div style="display: flex; justify-content:
|
15 |
<img src="https://huggingface.co/spaces/hari3485/DiveIntoML/resolve/main/ML.png",width="512" />
|
16 |
</div>
|
17 |
""", unsafe_allow_html=True
|
@@ -20,7 +20,7 @@ st.markdown(
|
|
20 |
|
21 |
st.markdown(
|
22 |
"""
|
23 |
-
<h3 style="text-align:
|
24 |
The Road to Machine Learning Mastery
|
25 |
</h3>
|
26 |
""", unsafe_allow_html=True
|
|
|
11 |
# Display the image centered using HTML
|
12 |
st.markdown(
|
13 |
"""
|
14 |
+
<div style="display: flex; justify-content: center;">
|
15 |
<img src="https://huggingface.co/spaces/hari3485/DiveIntoML/resolve/main/ML.png",width="512" />
|
16 |
</div>
|
17 |
""", unsafe_allow_html=True
|
|
|
20 |
|
21 |
st.markdown(
|
22 |
"""
|
23 |
+
<h3 style="text-align: left; color: red;">
|
24 |
The Road to Machine Learning Mastery
|
25 |
</h3>
|
26 |
""", unsafe_allow_html=True
|