Sreeja6600 commited on
Commit
08f9946
·
verified ·
1 Parent(s): 96f1603

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -3,11 +3,12 @@ st.markdown(
3
  "<h1 style='text-align: center;'>ZERO TO HERO IN MACHINE LEARNING..!</h1>",
4
  unsafe_allow_html=True
5
  )
6
- st.markdown(
7
- "<img style='text-align: center;',src='https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRYTN25GEP0YxpZ_b1Sy0qc3r4xfKNIMmeh0Q&s'/>",
8
- unsafe_allow_html=True
9
- )
10
 
 
 
 
 
 
11
  st.markdown(
12
  "<h2 style='color:navy'>About the App</h2>",
13
  unsafe_allow_html=True
 
3
  "<h1 style='text-align: center;'>ZERO TO HERO IN MACHINE LEARNING..!</h1>",
4
  unsafe_allow_html=True
5
  )
 
 
 
 
6
 
7
+ st.image(
8
+ "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRYTN25GEP0YxpZ_b1Sy0qc3r4xfKNIMmeh0Q&s",
9
+ caption="Centered Image",
10
+ width=300
11
+ )
12
  st.markdown(
13
  "<h2 style='color:navy'>About the App</h2>",
14
  unsafe_allow_html=True