Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -24,10 +24,10 @@ iface = gr.Interface(
|
|
24 |
title="CannaAssist AI Assistant",
|
25 |
description="Welcome to the CannaAssist AI Assistant. This tool is designed to provide expert guidance on BioTrack and cannabis regulations in New Mexico. DISCLAIMER: This is a proof of concept and not an official product.",
|
26 |
examples=[
|
27 |
-
["BioTrack", "How
|
28 |
-
["Regulations", "
|
29 |
-
["Best Practices", "What are the
|
30 |
-
["General Question", "
|
31 |
],
|
32 |
|
33 |
theme=gr.themes.Monochrome()
|
@@ -35,3 +35,4 @@ iface = gr.Interface(
|
|
35 |
)
|
36 |
|
37 |
iface.launch()
|
|
|
|
24 |
title="CannaAssist AI Assistant",
|
25 |
description="Welcome to the CannaAssist AI Assistant. This tool is designed to provide expert guidance on BioTrack and cannabis regulations in New Mexico. DISCLAIMER: This is a proof of concept and not an official product.",
|
26 |
examples=[
|
27 |
+
["BioTrack", "How do I update inventory quantities in BioTrack?"],
|
28 |
+
["Regulations", "What are the packaging requirements for cannabis products in New Mexico?"],
|
29 |
+
["Best Practices", "What are the benefits of offering delivery service for my dispensary?"],
|
30 |
+
["General Question", "What are the key trends in the cannabis industry?"]
|
31 |
],
|
32 |
|
33 |
theme=gr.themes.Monochrome()
|
|
|
35 |
)
|
36 |
|
37 |
iface.launch()
|
38 |
+
|