Update app.py
Browse files
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`, `
|
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(
|