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