Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -51,9 +51,17 @@ iface = gr.Interface(
|
|
51 |
["Best Practices", "How can I improve my dispensary's customer service?"],
|
52 |
["General Question", "How to increase sales for my dispensary?"],
|
53 |
["General Question", "What are the benefits of offering delivery service for my dispensary?"],
|
54 |
-
["General Question", "What are the key trends in the cannabis industry?"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
],
|
56 |
-
theme=gr.themes.
|
57 |
cache_examples=False # Turn off example caching
|
58 |
)
|
59 |
|
|
|
51 |
["Best Practices", "How can I improve my dispensary's customer service?"],
|
52 |
["General Question", "How to increase sales for my dispensary?"],
|
53 |
["General Question", "What are the benefits of offering delivery service for my dispensary?"],
|
54 |
+
["General Question", "What are the key trends in the cannabis industry?"],
|
55 |
+
["BioTrack", "How to add wholesale flower into my inventory?"],
|
56 |
+
["BioTrack", "How can I set up alerts for low inventory in BioTrack?"],
|
57 |
+
["Regulations", "What are the cannabis testing requirements in New Mexico?"],
|
58 |
+
["Regulations", "Can I grow my own cannabis in New Mexico?"],
|
59 |
+
["Best Practices", "What are the best practices for budtender training?"],
|
60 |
+
["Best Practices", "How can I improve the security of my cannabis dispensary?"],
|
61 |
+
["General Question", "What are the tax regulations for cannabis businesses in New Mexico?"],
|
62 |
+
["General Question", "How can I stay updated with the latest cannabis industry news?"]
|
63 |
],
|
64 |
+
theme=gr.themes.Base(),
|
65 |
cache_examples=False # Turn off example caching
|
66 |
)
|
67 |
|