Yotam-Perlitz commited on
Commit
b5b0302
1 Parent(s): 049af8b

Signed-off-by: Yotam-Perlitz <y.perlitz@ibm.com>

Files changed (1) hide show
  1. app.py +1 -1
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 = 0
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