Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -121,7 +121,7 @@ demo = gr.Interface(
|
|
| 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 |
|
| 127 |
if __name__ == "__main__":
|
|
|
|
| 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 |
|
| 127 |
if __name__ == "__main__":
|