guychuk commited on
Commit
699569e
·
verified ·
1 Parent(s): a0b63bb

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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 = "../data/benchmark_results.csv"
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