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

Fixed another string unmatched

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
159
  patient_input_btn = gr.Button(f"Patient {patient_id}",
160
  size="sm")
161
  patient_download_btn = gr.DownloadButton(label="Download",
162
- value=f"{correct_preds[patient_id]["file_name"]}",
163
  size="sm")
164
  patient_id_num = gr.Number(value=patient_id,
165
  visible=False)
 
159
  patient_input_btn = gr.Button(f"Patient {patient_id}",
160
  size="sm")
161
  patient_download_btn = gr.DownloadButton(label="Download",
162
+ value=f"{correct_preds[patient_id]['file_name']}",
163
  size="sm")
164
  patient_id_num = gr.Number(value=patient_id,
165
  visible=False)