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