wajid commited on
Commit
7a8eab7
1 Parent(s): 7d31466

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -97,10 +97,10 @@ def start(Industry, Company_Size):
97
  user_satisfaction=str(vendor_small[str(vendor_name)]) +"% of " + str(vendor_name) + "'s small business users are satisfied with it"
98
 
99
  elif Company_Size=="51-200 Employees" or Company_Size=="201-500 Employees" or Company_Size=="501-1,000 Employees":
100
- user_satisfaction=str(vendor_mid[vendor_name]) +"% of" + vendor_name + "'s medium business users are satisfied with it"
101
 
102
  elif Company_Size=="1,001-5,000 Employees" or Company_Size=="5,001-10,000 Employees" or Company_Size=="10,000+ Employees":
103
- user_satisfaction=str(vendor_large[vendor_name]) +"% of" + vendor_name + "'s large business users are satisfied with it"
104
 
105
 
106
 
 
97
  user_satisfaction=str(vendor_small[str(vendor_name)]) +"% of " + str(vendor_name) + "'s small business users are satisfied with it"
98
 
99
  elif Company_Size=="51-200 Employees" or Company_Size=="201-500 Employees" or Company_Size=="501-1,000 Employees":
100
+ user_satisfaction=str(vendor_mid[vendor_name]) +"% of " + vendor_name + "'s medium business users are satisfied with it"
101
 
102
  elif Company_Size=="1,001-5,000 Employees" or Company_Size=="5,001-10,000 Employees" or Company_Size=="10,000+ Employees":
103
+ user_satisfaction=str(vendor_large[vendor_name]) +"% of " + vendor_name + "'s large business users are satisfied with it"
104
 
105
 
106