Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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")
|