Update app.py
Browse files
app.py
CHANGED
@@ -206,7 +206,7 @@ def create_ui(agent):
|
|
206 |
gr.Markdown("""# 🧠 Clinical Reasoning Assistant
|
207 |
Upload clinical Excel records below and click **Analyze** to generate a medical summary.
|
208 |
""")
|
209 |
-
chatbot = gr.Chatbot(label="Chatbot", elem_classes="chatbot", type="
|
210 |
file_upload = gr.File(label="Upload Excel File", file_types=[".xlsx"])
|
211 |
analyze_btn = gr.Button("Analyze")
|
212 |
report_output = gr.File(label="Download Report", visible=False)
|
|
|
206 |
gr.Markdown("""# 🧠 Clinical Reasoning Assistant
|
207 |
Upload clinical Excel records below and click **Analyze** to generate a medical summary.
|
208 |
""")
|
209 |
+
chatbot = gr.Chatbot(label="Chatbot", elem_classes="chatbot", type="tuples")
|
210 |
file_upload = gr.File(label="Upload Excel File", file_types=[".xlsx"])
|
211 |
analyze_btn = gr.Button("Analyze")
|
212 |
report_output = gr.File(label="Download Report", visible=False)
|