Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -137,8 +137,8 @@ def analyze_emotion(audio, team, custom_team, purpose, custom_purpose):
|
|
| 137 |
# -------------------------------------------------
|
| 138 |
# 🎨 GRADIO APP DESIGN
|
| 139 |
# -------------------------------------------------
|
| 140 |
-
TEAM_OPTIONS = ["SAP","Analytics","AI","Procurement", "Logistics", "Planning", "HR", "Operations", "IT", "Other"]
|
| 141 |
-
PURPOSE_OPTIONS = ["HR Meeting", "Team Stand-up", "One-on-One", "Customer Call", "Interview", "Project Review", "Other"]
|
| 142 |
|
| 143 |
with gr.Blocks(theme=gr.themes.Soft()) as app:
|
| 144 |
# Header
|
|
|
|
| 137 |
# -------------------------------------------------
|
| 138 |
# 🎨 GRADIO APP DESIGN
|
| 139 |
# -------------------------------------------------
|
| 140 |
+
TEAM_OPTIONS = ["Test","SAP","Analytics","AI","Procurement", "Logistics", "Planning", "HR", "Operations", "IT", "Other"]
|
| 141 |
+
PURPOSE_OPTIONS = ["Test","HR Meeting", "Team Stand-up", "One-on-One", "Customer Call", "Interview", "Project Review", "Other"]
|
| 142 |
|
| 143 |
with gr.Blocks(theme=gr.themes.Soft()) as app:
|
| 144 |
# Header
|