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