manisha56 commited on
Commit
ad92db5
Β·
verified Β·
1 Parent(s): 3ac8efc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def main_func(Engage2, Voice, Merit, Workload, WellBeing, SupportiveGM,
47
  local_plot = plt.gcf()
48
  plt.close()
49
 
50
- return {"Mr.Bean will Leave ❌": float(prob[0][0]), "Mr.Bean will Stay βœ… ": 1 - float(prob[0][0])}, local_plot
51
 
52
  # Updates the sliders so that they show the values of each of the profiles
53
  def update_sliders(profile):
 
47
  local_plot = plt.gcf()
48
  plt.close()
49
 
50
+ return {"Leave ❌": float(prob[0][0]), "Stay βœ… ": 1 - float(prob[0][0])}, local_plot
51
 
52
  # Updates the sliders so that they show the values of each of the profiles
53
  def update_sliders(profile):