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

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

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