Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,6 +53,7 @@ demo = gr.Interface(
|
|
| 53 |
article=schema,
|
| 54 |
examples=[["Who are the top 5 merchants by total transactions?", ""]],
|
| 55 |
cache_examples=False,
|
|
|
|
| 56 |
concurrency_limit=8
|
| 57 |
)
|
| 58 |
|
|
|
|
| 53 |
article=schema,
|
| 54 |
examples=[["Who are the top 5 merchants by total transactions?", ""]],
|
| 55 |
cache_examples=False,
|
| 56 |
+
theme=gr.themes.Base(),
|
| 57 |
concurrency_limit=8
|
| 58 |
)
|
| 59 |
|