Update app.py
Browse files
app.py
CHANGED
@@ -753,7 +753,7 @@ with tab2:
|
|
753 |
scaling_var = 15
|
754 |
|
755 |
with col2:
|
756 |
-
with st.
|
757 |
if st.button("Simulate Contest", key='sim1'):
|
758 |
try:
|
759 |
del dst_freq
|
|
|
753 |
scaling_var = 15
|
754 |
|
755 |
with col2:
|
756 |
+
with st.container():
|
757 |
if st.button("Simulate Contest", key='sim1'):
|
758 |
try:
|
759 |
del dst_freq
|