Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -887,6 +887,7 @@ with tab2:
|
|
887 |
sharp_split = .75
|
888 |
Strength_var = .01
|
889 |
scaling_var = 15
|
|
|
890 |
|
891 |
with col2:
|
892 |
if st.button("Simulate Contest"):
|
|
|
887 |
sharp_split = .75
|
888 |
Strength_var = .01
|
889 |
scaling_var = 15
|
890 |
+
sim_done = 0
|
891 |
|
892 |
with col2:
|
893 |
if st.button("Simulate Contest"):
|