rzanoli commited on
Commit
a463e0d
·
1 Parent(s): cae4d0f

Small changes

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🥇
4
  colorFrom: green
5
  colorTo: indigo
6
  sdk: gradio
7
- app_file: example_app.py
8
  pinned: true
9
  license: apache-2.0
10
  short_description: Duplicate this leaderboard to initialize your own!
@@ -43,4 +43,4 @@ If you encounter problem on the space, don't hesitate to restart it to remove th
43
  You'll find
44
  - the main table' columns names and properties in `src/display/utils.py`
45
  - the logic to read all results and request files, then convert them in dataframe lines, in `src/leaderboard/read_evals.py`, and `src/populate.py`
46
- - the logic to allow or filter submissions in `src/submission/submit.py` and `src/submission/check_validity.py`
 
4
  colorFrom: green
5
  colorTo: indigo
6
  sdk: gradio
7
+ app_file: app.py
8
  pinned: true
9
  license: apache-2.0
10
  short_description: Duplicate this leaderboard to initialize your own!
 
43
  You'll find
44
  - the main table' columns names and properties in `src/display/utils.py`
45
  - the logic to read all results and request files, then convert them in dataframe lines, in `src/leaderboard/read_evals.py`, and `src/populate.py`
46
+ - the logic to allow or filter submissions in `src/submission/submit.py` and `src/submission/check_validity.py`