wenyi commited on
Commit
88a9c53
·
verified ·
1 Parent(s): 2ef984e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -262,7 +262,7 @@ with block:
262
  result_download = gr.Button("Download Leaderboard")
263
  file_download = gr.File(label="download the csv of leaderborad.", visible=False)
264
  data_run.click(on_filter_model_size_method_change, inputs=[checkbox_group], outputs=data_component)
265
- result_download.click(download_csv, inputs=None, outputs=[file_download, file_download])
266
 
267
 
268
 
 
262
  result_download = gr.Button("Download Leaderboard")
263
  file_download = gr.File(label="download the csv of leaderborad.", visible=False)
264
  data_run.click(on_filter_model_size_method_change, inputs=[checkbox_group], outputs=data_component)
265
+ result_download.click(download_csv, inputs=None, outputs=[file_download])
266
 
267
 
268