Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
st.markdown(
|
| 3 |
-
"<
|
| 4 |
unsafe_allow_html=True
|
| 5 |
)
|
| 6 |
|
| 7 |
st.markdown(
|
| 8 |
-
"<
|
| 9 |
unsafe_allow_html=True
|
| 10 |
)
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
st.markdown(
|
| 3 |
+
"<h1 style='text-align: center;'>ZERO TO HERO IN MACHINE LEARNING..!</h1>",
|
| 4 |
unsafe_allow_html=True
|
| 5 |
)
|
| 6 |
|
| 7 |
st.markdown(
|
| 8 |
+
"<h2 style='text-align: center; color:Navy blue'>About the App</h2>",
|
| 9 |
unsafe_allow_html=True
|
| 10 |
)
|