skanderovitch commited on
Commit
a41a64b
1 Parent(s): 5a8a1c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ if st.session_state.stage == 1:
138
  col.button(str(i),on_click=user_select, args=[str(i),choice],
139
  use_container_width=True)
140
 
141
- col1,col2 = st.columns(st.session_state.n_buttons)
142
 
143
  win,sharpe = compute_perf()
144
  if sharpe > 0.1:
 
138
  col.button(str(i),on_click=user_select, args=[str(i),choice],
139
  use_container_width=True)
140
 
141
+ col1,col2 = st.columns(2)
142
 
143
  win,sharpe = compute_perf()
144
  if sharpe > 0.1: