UlrickBL commited on
Commit
f6a6fe3
·
verified ·
1 Parent(s): d823edc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ st.title("Benchmark Overview")
7
  st.write("This application displays an overview of various benchmarks, their details, and related information in a clean and readable format.")
8
 
9
  # Simulated CSV data (replace this with actual CSV reading if available)
10
- data = pd.read_csv("benchmark_overview_data.csv")
11
 
12
  # Display DataFrame in a nice format
13
  st.write("### Benchmark Details Table")
 
7
  st.write("This application displays an overview of various benchmarks, their details, and related information in a clean and readable format.")
8
 
9
  # Simulated CSV data (replace this with actual CSV reading if available)
10
+ df = pd.read_csv("benchmark_overview_data.csv")
11
 
12
  # Display DataFrame in a nice format
13
  st.write("### Benchmark Details Table")