Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -267,7 +267,7 @@ with gr.Blocks(theme='shivi/calm_seafoam') as app: # Directly set theme here
|
|
267 |
location = gr.Textbox(label="Please Enter Your Current Location", placeholder="E.g., Honolulu", max_lines=1)
|
268 |
query = gr.Textbox(label="Search Health Professionals Nearby", placeholder="E.g., Health Professionals", max_lines=1)
|
269 |
|
270 |
-
submit_chatbot = gr.Button(value="Submit Your Message", variant="primary"
|
271 |
clear_chatbot = gr.Button(value="Clear", variant="secondary") # Clear button
|
272 |
|
273 |
chatbot = gr.Chatbot(label="Chat History", show_label=True)
|
|
|
267 |
location = gr.Textbox(label="Please Enter Your Current Location", placeholder="E.g., Honolulu", max_lines=1)
|
268 |
query = gr.Textbox(label="Search Health Professionals Nearby", placeholder="E.g., Health Professionals", max_lines=1)
|
269 |
|
270 |
+
submit_chatbot = gr.Button(value="Submit Your Message", variant="primary")
|
271 |
clear_chatbot = gr.Button(value="Clear", variant="secondary") # Clear button
|
272 |
|
273 |
chatbot = gr.Chatbot(label="Chat History", show_label=True)
|