ynhe commited on
Commit
4a22ba8
·
verified ·
1 Parent(s): e087f5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -522,7 +522,7 @@ with block:
522
 
523
  input_file = gr.components.File(label = "Click to Upload a ZIP File", file_count="single", type='binary')
524
  submit_button = gr.Button("Submit Eval")
525
- submit_succ_button = gr.Button("Submit Success! Please press refresh and return to LeaderBoard!", interactive=False)
526
 
527
 
528
  submission_result = gr.Markdown()
 
522
 
523
  input_file = gr.components.File(label = "Click to Upload a ZIP File", file_count="single", type='binary')
524
  submit_button = gr.Button("Submit Eval")
525
+ submit_succ_button = gr.Button("Submit Success! Please press refresh and return to LeaderBoard!", visible=False, interactive=False)
526
 
527
 
528
  submission_result = gr.Markdown()