Update home.py
Browse files
home.py
CHANGED
@@ -11,7 +11,7 @@ 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)
|
|
|
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)
|