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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -64,7 +64,7 @@ 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.text("\n" * 4)
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. "
@@ -75,7 +75,7 @@ with st.container(border=False):
75
  "Commercial Drive - Vancouver"],
76
  index=None, horizontal=False,
77
  )
78
- st.text("\n" * 4)
79
 
80
  # Get user input only if a location is selected
81
  prompt = ""
 
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. "
 
75
  "Commercial Drive - Vancouver"],
76
  index=None, horizontal=False,
77
  )
78
+ st.write("\n")
79
 
80
  # Get user input only if a location is selected
81
  prompt = ""