Ali2206 commited on
Commit
7a436df
·
verified ·
1 Parent(s): 09edab8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="bot")
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)