Spaces:
Running
Running
Signed-off-by: Jonathan Bnayahu <[email protected]>
app.py
CHANGED
@@ -78,14 +78,12 @@ all_scenarios_for_aggragate = (
|
|
78 |
with st.sidebar:
|
79 |
st.markdown("""# Configurations""")
|
80 |
|
81 |
-
print("all scenarios: "+str(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 |
-
|
89 |
)
|
90 |
|
91 |
corr_type = st.selectbox(
|
|
|
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(
|