Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -312,11 +312,11 @@ textarea, input {
|
|
312 |
with gr.Blocks(css=custom_css) as app:
|
313 |
gr.HTML("<h1>🌟 Well-Being Companion</h1>")
|
314 |
|
315 |
-
with gr.Tab("
|
316 |
with gr.Row():
|
317 |
user_input = gr.Textbox(label="Please Enter Your Message Here", placeholder="Type your message here...", max_lines=3)
|
318 |
-
location = gr.Textbox(label="Please Enter Your Current Location Here", placeholder="E.g.,
|
319 |
-
query = gr.Textbox(label="Please Enter Which Health Professional You Want To Search Nearby", placeholder="E.g.,
|
320 |
|
321 |
submit_chatbot = gr.Button(value="Submit Your Message", variant="primary", elem_id="submit-chatbot", icon="fa-paper-plane")
|
322 |
|
|
|
312 |
with gr.Blocks(css=custom_css) as app:
|
313 |
gr.HTML("<h1>🌟 Well-Being Companion</h1>")
|
314 |
|
315 |
+
with gr.Tab("Well-Being Chatbot"):
|
316 |
with gr.Row():
|
317 |
user_input = gr.Textbox(label="Please Enter Your Message Here", placeholder="Type your message here...", max_lines=3)
|
318 |
+
location = gr.Textbox(label="Please Enter Your Current Location Here", placeholder="E.g., Honolulu", max_lines=1)
|
319 |
+
query = gr.Textbox(label="Please Enter Which Health Professional You Want To Search Nearby", placeholder="E.g., Health Professionals", max_lines=1)
|
320 |
|
321 |
submit_chatbot = gr.Button(value="Submit Your Message", variant="primary", elem_id="submit-chatbot", icon="fa-paper-plane")
|
322 |
|