Spaces:
Sleeping
Sleeping
skanderovitch
commited on
Commit
•
a41a64b
1
Parent(s):
5a8a1c7
Update app.py
Browse files
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(
|
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:
|