Upload app.py
Browse files
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"
|
| 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 |
|