Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ class Competition:
|
|
42 |
id: str
|
43 |
name: str
|
44 |
|
45 |
-
COMPETITIONS = [Competition(id="m1", name="mistral-7b"), Competition(id="
|
46 |
DEFAULT_COMPETITION_ID = "m1"
|
47 |
last_refresh = None
|
48 |
|
|
|
42 |
id: str
|
43 |
name: str
|
44 |
|
45 |
+
COMPETITIONS = [Competition(id="m1", name="mistral-7b"), Competition(id="s1", name="stablelm-2b")]
|
46 |
DEFAULT_COMPETITION_ID = "m1"
|
47 |
last_refresh = None
|
48 |
|