UltraRonin commited on
Commit
2db9522
·
verified ·
1 Parent(s): bdd87d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -134,7 +134,7 @@ with demo:
134
  gr.Markdown("# ✉️✨ Submit your results here!", elem_classes="markdown-text")
135
 
136
  gr.Markdown("## Submission Template", elem_classes="markdown-text")
137
- gr.Markdown("See [submission_template.json](https://github.com/Ultramarine-spec/LR2Bench/blob/main/submission_template.json) for detail.", elem_classes="markdown-text")
138
  gr.Markdown(SUBMIT_TEMPLATE, elem_classes="markdown-text", height=250)
139
 
140
  file_input = gr.File(label="Upload JSON File", file_types=[".json"], height=150)
 
134
  gr.Markdown("# ✉️✨ Submit your results here!", elem_classes="markdown-text")
135
 
136
  gr.Markdown("## Submission Template", elem_classes="markdown-text")
137
+ gr.Markdown("See [submission_template.json](https://github.com/Ultramarine-spec/LR2Bench/blob/main/submission_template.json) for detail. The following is an example for the JSON structure.", elem_classes="markdown-text")
138
  gr.Markdown(SUBMIT_TEMPLATE, elem_classes="markdown-text", height=250)
139
 
140
  file_input = gr.File(label="Upload JSON File", file_types=[".json"], height=150)