PragmaticPete commited on
Commit
b8e92ca
·
verified ·
1 Parent(s): ba213b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def run_analysis(file, tone, gap_filter, custom_prompt):
86
  iface = gr.Interface(
87
  fn=run_analysis,
88
  inputs=[
89
- gr.File(label="Upload Patient CSV", file_count="single", type="file"),
90
  gr.Dropdown(choices=["clinical", "executive", "casual"], label="Report Tone", value="executive"),
91
  gr.Textbox(label="Filter by Care Gap (e.g. 'Breast Cancer Screening')", value=""),
92
  gr.Textbox(label="Custom Prompt Override (optional)", value="")
 
86
  iface = gr.Interface(
87
  fn=run_analysis,
88
  inputs=[
89
+ gr.File(label="Upload Patient CSV", file_count="single", type="filepath"),
90
  gr.Dropdown(choices=["clinical", "executive", "casual"], label="Report Tone", value="executive"),
91
  gr.Textbox(label="Filter by Care Gap (e.g. 'Breast Cancer Screening')", value=""),
92
  gr.Textbox(label="Custom Prompt Override (optional)", value="")