Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ iface = gr.Interface(
|
|
29 |
["Regulations", "How much cannabis can I buy in New Mexico."],
|
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 |
)
|
|
|
29 |
["Regulations", "How much cannabis can I buy in New Mexico."],
|
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 |
)
|