Howieeeee commited on
Commit
0e225ee
·
verified ·
1 Parent(s): 7cc7d6a

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
  input_file = gr.components.File(label = "Click to Upload a JSON File", file_count="single", file_types=[".json"])
263
  submit_button = gr.Button("Submit Eval")
264
  submit_succ_button = gr.Markdown("Submit Success! Please press refresh and return to WorldScore Benchmark!", visible=False)
265
- fail_textbox = gr.Markdown('<span style="color:red;">Please ensure that the `Model Name`, `Project Page`, and `E-mail` are filled in correctly and the uploaded json file is valid.</span>', elem_classes="markdown-text",visible=False)
266
 
267
  submission_result = gr.Markdown()
268
  submit_button.click(
 
262
  input_file = gr.components.File(label = "Click to Upload a JSON File", file_count="single", file_types=[".json"])
263
  submit_button = gr.Button("Submit Eval")
264
  submit_succ_button = gr.Markdown("Submit Success! Please press refresh and return to WorldScore Benchmark!", visible=False)
265
+ fail_textbox = gr.Markdown('<span style="color:red;">Please ensure that the `Model Name`, `Link`, and `E-mail` are filled in correctly and the uploaded json file is valid.</span>', elem_classes="markdown-text",visible=False)
266
 
267
  submission_result = gr.Markdown()
268
  submit_button.click(