UlrickBL commited on
Commit
aa5fcf5
·
verified ·
1 Parent(s): 5ba86e4

Update app.py

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