Kaiyue commited on
Commit
7dbd8ce
·
verified ·
1 Parent(s): ced0ab7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(':bangbang:Please ensure that the `Model Name`, `Project Page`, and `Email` are filled in correctly.',visible=False)
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()