Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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="")
|