Yotam-Perlitz commited on
Commit
fe9d4c9
1 Parent(s): 0c6c3ca

lower number of exps

Browse files

Signed-off-by: Yotam-Perlitz <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ with st.sidebar:
119
 
120
  n_models_taken_list = [n_models_taken_list]
121
 
122
- n_exps = 5
123
 
124
  submitted = st.form_submit_button(label="Run BAT")
125
 
 
119
 
120
  n_models_taken_list = [n_models_taken_list]
121
 
122
+ n_exps = 3
123
 
124
  submitted = st.form_submit_button(label="Run BAT")
125