Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -61,12 +61,10 @@ if "history" not in st.session_state:
|
|
61 |
if "messages" not in st.session_state:
|
62 |
st.session_state["messages"] = []
|
63 |
|
64 |
-
# Add delimiter between sidebar expander and the welcome message
|
65 |
-
st.text("\n" * 4)
|
66 |
-
|
67 |
# Select locations element into a container
|
68 |
with st.container(border=False):
|
69 |
# Set the welcome message
|
|
|
70 |
st.markdown(
|
71 |
"Hello there! 👋 Need help finding the right service or practitioner? Let our AI-powered assistant give you a hand.\n\n"
|
72 |
"To get started, please select your preferred location and share details about your symptoms or needs. "
|
@@ -77,9 +75,7 @@ with st.container(border=False):
|
|
77 |
"Comercial Drive - Vancouver"],
|
78 |
index=None, horizontal=False,
|
79 |
)
|
80 |
-
|
81 |
-
# Add delimiter between the container and the chat interface
|
82 |
-
st.text("\n" * 4)
|
83 |
|
84 |
# Get user input only if a location is selected
|
85 |
prompt = ""
|
|
|
61 |
if "messages" not in st.session_state:
|
62 |
st.session_state["messages"] = []
|
63 |
|
|
|
|
|
|
|
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 |
"Comercial 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 = ""
|