Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -29,6 +29,9 @@ 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=gr.themes.Monochrome()
|
33 |
|
|
|
|
|
34 |
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 |
+
|
33 |
theme=gr.themes.Monochrome()
|
34 |
|
35 |
+
)
|
36 |
+
|
37 |
iface.launch()
|