mnaz26 commited on
Commit
ba7ceaf
·
verified ·
1 Parent(s): c62b9ee

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -224,7 +224,7 @@ with gr.Blocks() as demo:
224
  with gr.Tab("Medical QA"):
225
  gr.Markdown("Ask questions about stress, mood, sleep, or general wellness.")
226
 
227
- chatbot = gr.Chatbot(label="Medical QA", type="messages")
228
  msg = gr.Textbox(label="Your Question")
229
  clear = gr.Button("Clear Chat")
230
 
 
224
  with gr.Tab("Medical QA"):
225
  gr.Markdown("Ask questions about stress, mood, sleep, or general wellness.")
226
 
227
+ chatbot = gr.Chatbot(label="Medical QA")
228
  msg = gr.Textbox(label="Your Question")
229
  clear = gr.Button("Clear Chat")
230