Spaces:
Build error
Build error
Commit ·
9ecdc0e
1
Parent(s): 1854f5d
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ This app takes five inputs about employees' satisfaction with different aspects
|
|
| 38 |
"""
|
| 39 |
|
| 40 |
description2 = """
|
| 41 |
-
To use the app, click on one of the examples, or adjust the values of the
|
| 42 |
"""
|
| 43 |
|
| 44 |
with gr.Blocks(title=title) as demo:
|
|
|
|
| 38 |
"""
|
| 39 |
|
| 40 |
description2 = """
|
| 41 |
+
To use the app, click on one of the examples, or adjust the values of the five employee satisfaction factors, and click on Analyze. ✨
|
| 42 |
"""
|
| 43 |
|
| 44 |
with gr.Blocks(title=title) as demo:
|