Spaces:
Running
Running
Yotam-Perlitz
commited on
Commit
•
ebac596
1
Parent(s):
386e6e6
fix location of holistic benchmarks list
Browse filesSigned-off-by: Yotam-Perlitz <y.perlitz@ibm.com>
app.py
CHANGED
@@ -79,7 +79,7 @@ leftcol, rightcol = st.columns([2, 1])
|
|
79 |
|
80 |
with st.expander("Leaderboard configurations (defaults are great BTW)", icon="⚙️"):
|
81 |
with st.form("my_form"):
|
82 |
-
all_scenarios_for_aggragate_with_all = all_scenarios_for_aggragate
|
83 |
all_scenarios_for_aggragate_with_all.append("All Holistic")
|
84 |
|
85 |
aggragate_scenarios = st.multiselect(
|
|
|
79 |
|
80 |
with st.expander("Leaderboard configurations (defaults are great BTW)", icon="⚙️"):
|
81 |
with st.form("my_form"):
|
82 |
+
all_scenarios_for_aggragate_with_all = all_scenarios_for_aggragate
|
83 |
all_scenarios_for_aggragate_with_all.append("All Holistic")
|
84 |
|
85 |
aggragate_scenarios = st.multiselect(
|