Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -25,7 +25,7 @@ st.sidebar.header("Dataset")
|
|
| 25 |
cwd = os.getcwd()
|
| 26 |
st.sidebar.header(cwd)
|
| 27 |
|
| 28 |
-
DEFAULT_PATH = "
|
| 29 |
df = None
|
| 30 |
|
| 31 |
# Try default dataset from repo
|
|
|
|
| 25 |
cwd = os.getcwd()
|
| 26 |
st.sidebar.header(cwd)
|
| 27 |
|
| 28 |
+
DEFAULT_PATH = "benchmark_results.csv"
|
| 29 |
df = None
|
| 30 |
|
| 31 |
# Try default dataset from repo
|