DreamStream-1 commited on
Commit
b3bd8e7
·
verified ·
1 Parent(s): cc23a29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", icon="fa-paper-plane")
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)