Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ st.markdown(
|
|
27 |
|
28 |
# Display a smaller, gentle and warm subtitle below the title
|
29 |
st.markdown(
|
30 |
-
"<h3 style='text-align: center; color: #5D6D7E; font-style: italic;'>I'm listening to you, my friend
|
31 |
unsafe_allow_html=True
|
32 |
) # Use HTML for a friendly and soft-styled subtitle
|
33 |
|
|
|
27 |
|
28 |
# Display a smaller, gentle and warm subtitle below the title
|
29 |
st.markdown(
|
30 |
+
"<h3 style='text-align: center; color: #5D6D7E; font-style: italic;'>I'm listening to you, my friend~</h3>",
|
31 |
unsafe_allow_html=True
|
32 |
) # Use HTML for a friendly and soft-styled subtitle
|
33 |
|