dellazhangyd commited on
Commit
7d6c290
1 Parent(s): 26c4e1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -32,13 +32,11 @@ def main_func(ValueDiversity,AdequateResources,Voice,GrowthAdvancement,Workload,
32
  return {"Leave": float(prob[0][0]), "Stay": 1-float(prob[0][0])}, local_plot
33
 
34
  # Create the UI
35
- title = "**Employee Turnover Predictor & Interpreter** 🪐"
36
- description1 = """
37
- This app takes six inputs about employees' satisfaction with different aspects of their work (such as work-life balance, ...) and predicts whether the employee intends to stay with the employer or leave. There are two outputs from the app: 1- the predicted probability of stay or leave, 2- Shapley's force-plot which visualizes the extent to which each factor impacts the stay/ leave prediction.✨
38
- """
39
 
40
  description2 = """
41
- To use the app, click on one of the examples, or adjust the values of the six employee satisfaction factors, and click on Analyze. 🤞
42
  """
43
 
44
  with gr.Blocks(title=title) as demo:
 
32
  return {"Leave": float(prob[0][0]), "Stay": 1-float(prob[0][0])}, local_plot
33
 
34
  # Create the UI
35
+ title = "**Heart Attack Predictor & Interpreter** 🪐"
36
+ description1 = """This app takes infor from subjects and predicts their heart attack likelihood. Do not use for medical diagnosis."""
 
 
37
 
38
  description2 = """
39
+ To use the app, click on one of the examples, or adjust the values of the factors, and click on Analyze. 🤞
40
  """
41
 
42
  with gr.Blocks(title=title) as demo: