yrobel-lima commited on
Commit
e12a4ea
·
verified ·
1 Parent(s): 97f86ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -64,9 +64,8 @@ if "messages" not in st.session_state:
64
  # Select locations element into a container
65
  with st.container(border=False):
66
  # Set the welcome message
67
- st.write("\n")
68
  st.markdown(
69
- "Hello there! 👋 Need help finding the right service or practitioner? Let our AI-powered assistant give you a hand.\n\n"
70
  "To get started, please select your preferred location and share details about your symptoms or needs. "
71
  )
72
  location = st.radio(
 
64
  # Select locations element into a container
65
  with st.container(border=False):
66
  # Set the welcome message
 
67
  st.markdown(
68
+ "\n\nHello there! 👋 Need help finding the right service or practitioner? Let our AI-powered assistant give you a hand.\n\n"
69
  "To get started, please select your preferred location and share details about your symptoms or needs. "
70
  )
71
  location = st.radio(