jack-donlan commited on
Commit
ac63870
·
verified ·
1 Parent(s): dc615df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -43,6 +43,9 @@ description2 = """
43
  To use the app, click on one of the examples, or adjust the values of the seven employee satisfaction factors, and click Analyze.
44
  """
45
 
 
 
 
46
  #Create Example Value Sets
47
  example_titles = ["Example 1: Balanced", "Example 2: High Variation", "Example 3: Moderate", "Example 4: Extreme"]
48
  example_values = [
 
43
  To use the app, click on one of the examples, or adjust the values of the seven employee satisfaction factors, and click Analyze.
44
  """
45
 
46
+ def set_values(*values):
47
+ return values
48
+
49
  #Create Example Value Sets
50
  example_titles = ["Example 1: Balanced", "Example 2: High Variation", "Example 3: Moderate", "Example 4: Extreme"]
51
  example_values = [