Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -733,7 +733,7 @@ with tab2:
|
|
733 |
Contest_Size = 2500
|
734 |
elif contest_var1 == 'Large':
|
735 |
Contest_Size = 10000
|
736 |
-
linenum_var1 =
|
737 |
strength_var1 = st.selectbox("How sharp is the field in the contest?", ('Not Very', 'Average', 'Very'))
|
738 |
if strength_var1 == 'Not Very':
|
739 |
Strength_var = 1
|
|
|
733 |
Contest_Size = 2500
|
734 |
elif contest_var1 == 'Large':
|
735 |
Contest_Size = 10000
|
736 |
+
linenum_var1 = 1000
|
737 |
strength_var1 = st.selectbox("How sharp is the field in the contest?", ('Not Very', 'Average', 'Very'))
|
738 |
if strength_var1 == 'Not Very':
|
739 |
Strength_var = 1
|