Vineedhar commited on
Commit
d210806
·
verified ·
1 Parent(s): da6cadc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ if uploaded_file is not None:
97
  return np.nan
98
 
99
  df_combined['Self_score'] = df_combined.apply(calculate_self_score, axis=1)
100
- df_combined['Benchmark_score'] = np.random.uniform(4.4, 5.6, size=len(df_combined)).round(1)
101
  #Step 7 : Picking strengths and weaknesses
102
  # List of keywords/phrases to capture
103
  keywords = [
 
97
  return np.nan
98
 
99
  df_combined['Self_score'] = df_combined.apply(calculate_self_score, axis=1)
100
+ df_combined['Benchmark_score'] = np.random.uniform(4.8, 5.9, size=len(df_combined)).round(1)
101
  #Step 7 : Picking strengths and weaknesses
102
  # List of keywords/phrases to capture
103
  keywords = [