Crackershoot commited on
Commit
271eedc
·
verified ·
1 Parent(s): 27498a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -120,7 +120,8 @@ demo = gr.Interface(
120
  "Can I take leave next month?",
121
  "How many annual leave days do I get?",
122
  "Can I travel and work at the same time?",
123
- "What happens if I miss too many meetings?" ],
 
124
  theme = "ocean"
125
  )
126
 
 
120
  "Can I take leave next month?",
121
  "How many annual leave days do I get?",
122
  "Can I travel and work at the same time?",
123
+ "What happens if I miss too many meetings?"
124
+ ],
125
  theme = "ocean"
126
  )
127