Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -171,16 +171,18 @@ with tab2:
|
|
171 |
st.session_state.export_baselines = raw_baselines.copy()
|
172 |
st.session_state.display_baselines = raw_baselines.copy()
|
173 |
|
|
|
|
|
|
|
|
|
|
|
|
|
174 |
if st.button('Optimize'):
|
175 |
max_proj = 1000
|
176 |
max_own = 1000
|
177 |
total_proj = 0
|
178 |
total_own = 0
|
179 |
-
|
180 |
-
display_dl_container = st.empty()
|
181 |
-
optimize_container = st.empty()
|
182 |
-
download_container = st.empty()
|
183 |
-
freq_container = st.empty()
|
184 |
lineup_display = []
|
185 |
check_list = []
|
186 |
lineups = []
|
|
|
171 |
st.session_state.export_baselines = raw_baselines.copy()
|
172 |
st.session_state.display_baselines = raw_baselines.copy()
|
173 |
|
174 |
+
display_container = st.empty()
|
175 |
+
display_dl_container = st.empty()
|
176 |
+
optimize_container = st.empty()
|
177 |
+
download_container = st.empty()
|
178 |
+
freq_container = st.empty()
|
179 |
+
|
180 |
if st.button('Optimize'):
|
181 |
max_proj = 1000
|
182 |
max_own = 1000
|
183 |
total_proj = 0
|
184 |
total_own = 0
|
185 |
+
|
|
|
|
|
|
|
|
|
186 |
lineup_display = []
|
187 |
check_list = []
|
188 |
lineups = []
|