davidlf-hp commited on
Commit
18e3c32
·
verified ·
1 Parent(s): 8f895ab

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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",