Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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 |
-
"
|
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(
|