Update app.py
Browse files
app.py
CHANGED
@@ -401,7 +401,7 @@ with block:
|
|
401 |
input_file = gr.components.File(label = "Click to Upload a ZIP File", file_count="single", type='binary')
|
402 |
submit_button = gr.Button("Submit Eval!")
|
403 |
submit_succ_button = gr.Markdown("Submit Success! Please press refresh and return to LeaderBoard!", visible=False)
|
404 |
-
fail_textbox = gr.Markdown('
|
405 |
|
406 |
|
407 |
submission_result = gr.Markdown()
|
|
|
401 |
input_file = gr.components.File(label = "Click to Upload a ZIP File", file_count="single", type='binary')
|
402 |
submit_button = gr.Button("Submit Eval!")
|
403 |
submit_succ_button = gr.Markdown("Submit Success! Please press refresh and return to LeaderBoard!", visible=False)
|
404 |
+
fail_textbox = gr.Markdown('❗️Please ensure that the `Model Name`, `Project Page`, and `Email` are filled in correctly.',visible=False)
|
405 |
|
406 |
|
407 |
submission_result = gr.Markdown()
|