Spaces:
Running
Running
Sathwikchowdary
commited on
Commit
β’
28c0e10
1
Parent(s):
65395b7
Update Home.py
Browse files
Home.py
CHANGED
@@ -41,7 +41,7 @@ custom_css = """
|
|
41 |
}
|
42 |
</style>
|
43 |
"""
|
44 |
-
st.write(custom_css, unsafe_allow_html=True
|
45 |
st.markdown("<h1 style='text-align: center; color: Balck;'>π Zero 2 Hero ML App π€</h1>", unsafe_allow_html=True)
|
46 |
st.markdown("<h2 style='color: Black;'>About the App</h2>", unsafe_allow_html=True)
|
47 |
st.markdown(
|
|
|
41 |
}
|
42 |
</style>
|
43 |
"""
|
44 |
+
st.write(custom_css, unsafe_allow_html=True)
|
45 |
st.markdown("<h1 style='text-align: center; color: Balck;'>π Zero 2 Hero ML App π€</h1>", unsafe_allow_html=True)
|
46 |
st.markdown("<h2 style='color: Black;'>About the App</h2>", unsafe_allow_html=True)
|
47 |
st.markdown(
|