Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = [
|