Spaces:
Running
Running
Update app.py
Browse files
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()
|