DreamStream-1 commited on
Commit
070858c
·
verified ·
1 Parent(s): a4d2f95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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("Mental Health 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., Karachi", max_lines=1)
319
- query = gr.Textbox(label="Please Enter Which Health Professional You Want To Search Nearby", placeholder="E.g., Doctors", max_lines=1)
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