Multichem commited on
Commit
7552f26
·
1 Parent(s): 3e82cfb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 5000
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 = 2000
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