DreamStream-1 commited on
Commit
6604517
·
verified ·
1 Parent(s): 46fcfa7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -253,15 +253,15 @@ def predict_disease(symptoms):
253
 
254
  # Gradio Application Interface
255
  with gr.Blocks() as app:
256
- gr.HTML("<h1>🌟 Well-Being Companion</h1>")
257
 
258
- with gr.Tab("Mental Health Chatbot"):
259
  with gr.Row():
260
  user_input = gr.Textbox(label="Please Enter Your Message Here")
261
  location = gr.Textbox(label="Please Enter Your Current Location Here")
262
  query = gr.Textbox(label="Please Enter Which Health Professional You Want To Search Nearby")
263
 
264
- submit_chatbot = gr.Button(value="Submit Chatbot", variant="primary")
265
 
266
  chatbot = gr.Chatbot(label="Chat History")
267
  sentiment = gr.Textbox(label="Detected Sentiment")
 
253
 
254
  # Gradio Application Interface
255
  with gr.Blocks() as app:
256
+ gr.HTML("<h1>🌟 Well-Being For ALL</h1>")
257
 
258
+ with gr.Tab("Well-Being Chatbot"):
259
  with gr.Row():
260
  user_input = gr.Textbox(label="Please Enter Your Message Here")
261
  location = gr.Textbox(label="Please Enter Your Current Location Here")
262
  query = gr.Textbox(label="Please Enter Which Health Professional You Want To Search Nearby")
263
 
264
+ submit_chatbot = gr.Button(value="Submit Your Message", variant="primary")
265
 
266
  chatbot = gr.Chatbot(label="Chat History")
267
  sentiment = gr.Textbox(label="Detected Sentiment")