Eran Fainman
commited on
Commit
·
ffeaeb6
1
Parent(s):
e9e157a
Add application file
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from datetime import datetime
|
|
8 |
|
9 |
# read files from HF
|
10 |
OWNER = "Booking-com"
|
11 |
-
MAX_SUBMISSIONS =
|
12 |
|
13 |
REPO_ID = f"{OWNER}/streamlit-review-ranking-leaderboard"
|
14 |
RESULTS_REPO = f"{OWNER}/results"
|
|
|
8 |
|
9 |
# read files from HF
|
10 |
OWNER = "Booking-com"
|
11 |
+
MAX_SUBMISSIONS = 100
|
12 |
|
13 |
REPO_ID = f"{OWNER}/streamlit-review-ranking-leaderboard"
|
14 |
RESULTS_REPO = f"{OWNER}/results"
|