Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -889,7 +889,7 @@ with tab2:
|
|
889 |
scaling_var = 15
|
890 |
|
891 |
with col2:
|
892 |
-
with st.
|
893 |
if st.button("Simulate Contest"):
|
894 |
try:
|
895 |
del dst_freq
|
|
|
889 |
scaling_var = 15
|
890 |
|
891 |
with col2:
|
892 |
+
with st.container():
|
893 |
if st.button("Simulate Contest"):
|
894 |
try:
|
895 |
del dst_freq
|