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