Spaces:
Running
Running
Update app.py
Browse files
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/
|
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")
|