Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -76,7 +76,8 @@ demo = gr.Interface(
|
|
| 76 |
["What is the most common marital status of our customers?"]
|
| 77 |
],
|
| 78 |
cache_examples=False,
|
| 79 |
-
theme=
|
|
|
|
| 80 |
concurrency_limit=8
|
| 81 |
)
|
| 82 |
|
|
|
|
| 76 |
["What is the most common marital status of our customers?"]
|
| 77 |
],
|
| 78 |
cache_examples=False,
|
| 79 |
+
theme="origin",
|
| 80 |
+
# theme=gr.themes.Base(),
|
| 81 |
concurrency_limit=8
|
| 82 |
)
|
| 83 |
|