tnt306 commited on
Commit
2c15128
·
1 Parent(s): d3a6c3b

Fixed string unmatched again

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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]["file_name"]}",
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)