hari3485 commited on
Commit
ac80c0d
·
verified ·
1 Parent(s): 6498531

Update Homepage.py

Browse files
Files changed (1) hide show
  1. 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: left;">
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: center; color: red;">
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