Update home.py
Browse files
home.py
CHANGED
@@ -11,8 +11,9 @@ st.markdown(
|
|
11 |
background-attachment: fixed;
|
12 |
}
|
13 |
</style>
|
14 |
-
""",
|
15 |
unsafe_allow_html=True
|
|
|
16 |
st.markdown("<h1 style='text-align: center; color: Balck;'>Zero to Hero ML</h1>", unsafe_allow_html=True)
|
17 |
st.markdown("<h2 style='color: Black;'>About the App</h2>", unsafe_allow_html=True)
|
18 |
st.markdown(
|
|
|
11 |
background-attachment: fixed;
|
12 |
}
|
13 |
</style>
|
14 |
+
""",
|
15 |
unsafe_allow_html=True
|
16 |
+
)
|
17 |
st.markdown("<h1 style='text-align: center; color: Balck;'>Zero to Hero ML</h1>", unsafe_allow_html=True)
|
18 |
st.markdown("<h2 style='color: Black;'>About the App</h2>", unsafe_allow_html=True)
|
19 |
st.markdown(
|