jbnayahu commited on
Commit
e1c6eb3
·
1 Parent(s): b7ec13e

Signed-off-by: Jonathan Bnayahu <[email protected]>

Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -78,12 +78,14 @@ all_scenarios_for_aggragate = (
78
  with st.sidebar:
79
  st.markdown("""# Configurations""")
80
 
 
 
81
  # with st.expander("Leaderboard configurations (defaults are great BTW)", icon="⚙️"):
82
  with st.form("my_form_1"):
83
  aggragate_scenarios = st.multiselect(
84
  "Aggregate Benchmark",
85
  all_scenarios_for_aggragate,
86
- holistic_scenarios,
87
  )
88
 
89
  corr_type = st.selectbox(
 
78
  with st.sidebar:
79
  st.markdown("""# Configurations""")
80
 
81
+ print("all scenarios: "+all_scenarios_for_aggragate)
82
+
83
  # with st.expander("Leaderboard configurations (defaults are great BTW)", icon="⚙️"):
84
  with st.form("my_form_1"):
85
  aggragate_scenarios = st.multiselect(
86
  "Aggregate Benchmark",
87
  all_scenarios_for_aggragate,
88
+ [] #holistic_scenarios,
89
  )
90
 
91
  corr_type = st.selectbox(