Spaces:
Running
Running
Sathwikchowdary
commited on
Commit
β’
be231bd
1
Parent(s):
28c0e10
Update Home.py
Browse files
Home.py
CHANGED
@@ -42,8 +42,8 @@ custom_css = """
|
|
42 |
</style>
|
43 |
"""
|
44 |
st.write(custom_css, unsafe_allow_html=True)
|
45 |
-
st.markdown("<h1 style='text-align: center; color: Balck;'>π
|
46 |
-
st.markdown("<h2 style='color: Black;'>About the App
|
47 |
st.markdown(
|
48 |
"<p style='font-size: 16px; color: Blue; font-style: italic;'>"
|
49 |
"This app shares the inspiring journey of an individual who began their data science exploration with no prior knowledge. "
|
@@ -68,7 +68,7 @@ st.markdown(
|
|
68 |
|
69 |
# Subheader for author section
|
70 |
st.markdown(
|
71 |
-
"<h2 style='color: Black;'>About the Author
|
72 |
unsafe_allow_html=True
|
73 |
)
|
74 |
st.markdown(
|
|
|
42 |
</style>
|
43 |
"""
|
44 |
st.write(custom_css, unsafe_allow_html=True)
|
45 |
+
st.markdown("<h1 style='text-align: center; color: Balck;'>π Zero_to_Hero_in_ML π€</h1>", unsafe_allow_html=True)
|
46 |
+
st.markdown("<h2 style='color: Black;'>About the App π</h2>", unsafe_allow_html=True)
|
47 |
st.markdown(
|
48 |
"<p style='font-size: 16px; color: Blue; font-style: italic;'>"
|
49 |
"This app shares the inspiring journey of an individual who began their data science exploration with no prior knowledge. "
|
|
|
68 |
|
69 |
# Subheader for author section
|
70 |
st.markdown(
|
71 |
+
"<h2 style='color: Black;'>About the Author π€</h2>",
|
72 |
unsafe_allow_html=True
|
73 |
)
|
74 |
st.markdown(
|