Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,6 @@ iface = gr.Interface(
|
|
29 |
["Best Practices", "What are the best practices for managing inventory?"],
|
30 |
["General Question", "How to increase sales for my dispensary?"]
|
31 |
],
|
32 |
-
theme=
|
33 |
-
)
|
34 |
|
35 |
iface.launch()
|
|
|
29 |
["Best Practices", "What are the best practices for managing inventory?"],
|
30 |
["General Question", "How to increase sales for my dispensary?"]
|
31 |
],
|
32 |
+
theme=gr.themes.Monochrome()
|
|
|
33 |
|
34 |
iface.launch()
|