Spaces:
Running
Running
Yotam-Perlitz
commited on
Commit
•
b5b0302
1
Parent(s):
049af8b
update
Browse filesSigned-off-by: Yotam-Perlitz <y.perlitz@ibm.com>
app.py
CHANGED
@@ -701,7 +701,7 @@ st.subheader("Benchmark Report Card")
|
|
701 |
|
702 |
|
703 |
benchmarks = allbench.df["scenario"].unique().tolist()
|
704 |
-
index_to_use =
|
705 |
if not my_benchmark.is_empty:
|
706 |
index_to_use = benchmarks.index(my_benchmark.df["scenario"].unique()[0])
|
707 |
|
|
|
701 |
|
702 |
|
703 |
benchmarks = allbench.df["scenario"].unique().tolist()
|
704 |
+
index_to_use = 1
|
705 |
if not my_benchmark.is_empty:
|
706 |
index_to_use = benchmarks.index(my_benchmark.df["scenario"].unique()[0])
|
707 |
|