Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
82f489a
1
Parent(s):
dfdd006
raise terms
Browse files
app.py
CHANGED
@@ -457,12 +457,13 @@ with blocks:
|
|
457 |
with submit_panel:
|
458 |
with gr.Row():
|
459 |
with gr.Column():
|
|
|
|
|
460 |
system_name_textbox = gr.Textbox(label=AutoEvalColumn.system.name)
|
461 |
org_textbox = gr.Textbox(label=AutoEvalColumn.organization.name)
|
462 |
submission_file = gr.File(label="JSONL solutions file", file_types=[".jsonl"])
|
463 |
|
464 |
logger.info("Submit button")
|
465 |
-
gr.Markdown(SUBMISSION_TERMS_TEXT, elem_classes="markdown-text")
|
466 |
submit_button = gr.Button("Submit", variant="primary")
|
467 |
submission_result = gr.Markdown()
|
468 |
|
|
|
457 |
with submit_panel:
|
458 |
with gr.Row():
|
459 |
with gr.Column():
|
460 |
+
gr.Markdown(SUBMISSION_TERMS_TEXT, elem_classes="markdown-text")
|
461 |
+
|
462 |
system_name_textbox = gr.Textbox(label=AutoEvalColumn.system.name)
|
463 |
org_textbox = gr.Textbox(label=AutoEvalColumn.organization.name)
|
464 |
submission_file = gr.File(label="JSONL solutions file", file_types=[".jsonl"])
|
465 |
|
466 |
logger.info("Submit button")
|
|
|
467 |
submit_button = gr.Button("Submit", variant="primary")
|
468 |
submission_result = gr.Markdown()
|
469 |
|