DreamStream-1 commited on
Commit
94be72b
·
verified ·
1 Parent(s): ed68117

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -316,7 +316,7 @@ with gr.Blocks(css=custom_css) as app:
316
  location = gr.Textbox(label="Please Enter Your Current Location Here")
317
  query = gr.Textbox(label="Please Enter Which Health Professional You Want To Search Nearby")
318
 
319
- submit_chatbot = gr.Button(value="Submit Your Message Here", variant="primary")
320
 
321
  chatbot = gr.Chatbot(label="Chat History")
322
  sentiment = gr.Textbox(label="Detected Sentiment")
 
316
  location = gr.Textbox(label="Please Enter Your Current Location Here")
317
  query = gr.Textbox(label="Please Enter Which Health Professional You Want To Search Nearby")
318
 
319
+ submit_chatbot = gr.Button(value="Submit Your Message", variant="primary")
320
 
321
  chatbot = gr.Chatbot(label="Chat History")
322
  sentiment = gr.Textbox(label="Detected Sentiment")