Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,8 +31,7 @@ iface = gr.Interface(
|
|
31 |
["Best Practices", "How can I improve my dispensary's customer service?"],
|
32 |
["General Question", "How to increase sales for my dispensary?"],
|
33 |
["General Question", "What are the benefits of offering delivery service for my dispensary?"],
|
34 |
-
|
35 |
-
["General Question", "What is the impact of customer loyalty programs in the cannabis industry?"]
|
36 |
],
|
37 |
theme=gr.themes.Monochrome()
|
38 |
)
|
|
|
31 |
["Best Practices", "How can I improve my dispensary's customer service?"],
|
32 |
["General Question", "How to increase sales for my dispensary?"],
|
33 |
["General Question", "What are the benefits of offering delivery service for my dispensary?"],
|
34 |
+
|
|
|
35 |
],
|
36 |
theme=gr.themes.Monochrome()
|
37 |
)
|