Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|