Jason commited on
Commit
0438ff0
·
unverified ·
1 Parent(s): b47a3c3

say .tar.gz (#113)

Browse files
Files changed (1) hide show
  1. submission.py +1 -1
submission.py CHANGED
@@ -388,7 +388,7 @@ def build_page():
388
  gr.HTML(value=agent_tooling_label_html, elem_classes="form-label")
389
  degree_of_control_radio = gr.Radio([aliases.CANONICAL_TOOL_USAGE_STANDARD, aliases.CANONICAL_TOOL_USAGE_CUSTOM_INTERFACE, aliases.CANONICAL_TOOL_USAGE_FULLY_CUSTOM], elem_classes="form-label-fieldset",value=None, label="Choose based on the tools and the execution environment your agent used during evaluation.")
390
  gr.HTML(value="""<h3>Submission file</h3>""", elem_classes="form-label")
391
- gr.HTML("<div id='submission-file-label'>Upload your run file, which is an archive prepared following the instructions in the <a href='https://github.com/allenai/asta-bench?tab=readme-ov-file#submitting-to-the-leaderboard' target='_blank'>README</a> (“Submitting to the Leaderboard”).</div>")
392
  file_upload_comp = gr.File(
393
  show_label=False,
394
  file_types=[".gz", ".tar.gz"],
 
388
  gr.HTML(value=agent_tooling_label_html, elem_classes="form-label")
389
  degree_of_control_radio = gr.Radio([aliases.CANONICAL_TOOL_USAGE_STANDARD, aliases.CANONICAL_TOOL_USAGE_CUSTOM_INTERFACE, aliases.CANONICAL_TOOL_USAGE_FULLY_CUSTOM], elem_classes="form-label-fieldset",value=None, label="Choose based on the tools and the execution environment your agent used during evaluation.")
390
  gr.HTML(value="""<h3>Submission file</h3>""", elem_classes="form-label")
391
+ gr.HTML("<div id='submission-file-label'>Upload your run as a .tar.gz archive prepared using the steps in the <a href='https://github.com/allenai/asta-bench?tab=readme-ov-file#submitting-to-the-leaderboard' target='_blank'>README</a> (“Submitting to the Leaderboard”).</div>")
392
  file_upload_comp = gr.File(
393
  show_label=False,
394
  file_types=[".gz", ".tar.gz"],