Dhrubob commited on
Commit
aba2248
·
verified ·
1 Parent(s): 311bf6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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