Michael Rabinovich commited on
Commit
8a21dae
·
1 Parent(s): 6d31809

app: use a colon in the submit-tab system-agnostic note

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -492,7 +492,7 @@ with gr.Blocks(title="CADGenBench Leaderboard", theme=gr.themes.Soft()) as block
492
  ```
493
 
494
  **Submission name.** Free text describing the system being benchmarked,
495
- however you choose to describe it. The benchmark is system-agnostic - your
496
  submission may use no LLM, one, or many. If you want to disclose your
497
  stack, put it here or in `notes`.
498
 
 
492
  ```
493
 
494
  **Submission name.** Free text describing the system being benchmarked,
495
+ however you choose to describe it. The benchmark is system-agnostic: your
496
  submission may use no LLM, one, or many. If you want to disclose your
497
  stack, put it here or in `notes`.
498