Multichem commited on
Commit
dcffa27
·
verified ·
1 Parent(s): 681c331

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -254,13 +254,13 @@ with tab2:
254
  if strength_var1 == 'Not Very':
255
  sharp_split = 500000
256
  elif strength_var1 == 'Below Average':
257
- sharp_split = 300000
258
  elif strength_var1 == 'Average':
259
- sharp_split = 250000
260
  elif strength_var1 == 'Above Average':
261
- sharp_split = 100000
262
  elif strength_var1 == 'Very':
263
- sharp_split = 10000
264
 
265
 
266
  with col2:
 
254
  if strength_var1 == 'Not Very':
255
  sharp_split = 500000
256
  elif strength_var1 == 'Below Average':
257
+ sharp_split = 400000
258
  elif strength_var1 == 'Average':
259
+ sharp_split = 300000
260
  elif strength_var1 == 'Above Average':
261
+ sharp_split = 200000
262
  elif strength_var1 == 'Very':
263
+ sharp_split = 100000
264
 
265
 
266
  with col2: