joey1101 commited on
Commit
45f3db1
·
verified ·
1 Parent(s): a735e8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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</h3>",
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