Spaces:
Running
Running
Signed-off-by: Jonathan Bnayahu <[email protected]>
app.py
CHANGED
@@ -78,8 +78,8 @@ all_scenarios_for_aggragate = (
|
|
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(
|
|
|
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(
|