Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Merge branch 'main' of hf.co:spaces/double-ai/FormulaOne-Leaderboard
Browse files
app.py
CHANGED
@@ -527,12 +527,13 @@ with blocks:
|
|
527 |
with submit_panel:
|
528 |
with gr.Row():
|
529 |
with gr.Column():
|
|
|
|
|
530 |
system_name_textbox = gr.Textbox(label=AutoEvalColumn.system.name)
|
531 |
org_textbox = gr.Textbox(label=AutoEvalColumn.organization.name)
|
532 |
submission_file = gr.File(label="JSONL solutions file", file_types=[".jsonl"])
|
533 |
|
534 |
logger.info("Submit button")
|
535 |
-
gr.Markdown(SUBMISSION_TERMS_TEXT, elem_classes="markdown-text")
|
536 |
submit_button = gr.Button("Submit", variant="primary")
|
537 |
submission_result = gr.Markdown()
|
538 |
|
|
|
527 |
with submit_panel:
|
528 |
with gr.Row():
|
529 |
with gr.Column():
|
530 |
+
gr.Markdown(SUBMISSION_TERMS_TEXT, elem_classes="markdown-text")
|
531 |
+
|
532 |
system_name_textbox = gr.Textbox(label=AutoEvalColumn.system.name)
|
533 |
org_textbox = gr.Textbox(label=AutoEvalColumn.organization.name)
|
534 |
submission_file = gr.File(label="JSONL solutions file", file_types=[".jsonl"])
|
535 |
|
536 |
logger.info("Submit button")
|
|
|
537 |
submit_button = gr.Button("Submit", variant="primary")
|
538 |
submission_result = gr.Markdown()
|
539 |
|