Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -9,7 +9,7 @@ from typing import List, Sequence
|
|
| 9 |
|
| 10 |
import streamlit as st
|
| 11 |
|
| 12 |
-
_DATA_PATH = Path("leaderboard.json")
|
| 13 |
_COLUMNS: Sequence[str] = (
|
| 14 |
"model_name",
|
| 15 |
"avg_tps",
|
|
|
|
| 9 |
|
| 10 |
import streamlit as st
|
| 11 |
|
| 12 |
+
_DATA_PATH = Path("../leaderboard.json")
|
| 13 |
_COLUMNS: Sequence[str] = (
|
| 14 |
"model_name",
|
| 15 |
"avg_tps",
|