Spaces:
Running
Running
Fixed string unmatched again
Browse files
app.py
CHANGED
@@ -180,7 +180,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
|
|
180 |
patient_input_btn = gr.Button(f"Patient {patient_id}",
|
181 |
size="sm")
|
182 |
patient_download_btn = gr.DownloadButton(label="Download",
|
183 |
-
value=f"{wrong_preds[patient_id][
|
184 |
size="sm")
|
185 |
patient_id_num = gr.Number(value=patient_id,
|
186 |
visible=False)
|
|
|
180 |
patient_input_btn = gr.Button(f"Patient {patient_id}",
|
181 |
size="sm")
|
182 |
patient_download_btn = gr.DownloadButton(label="Download",
|
183 |
+
value=f"{wrong_preds[patient_id]['file_name']}",
|
184 |
size="sm")
|
185 |
patient_id_num = gr.Number(value=patient_id,
|
186 |
visible=False)
|