Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -61,8 +61,14 @@ iface = gr.Interface(
|
|
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.
|
65 |
-
cache_examples=False # Turn off example
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
)
|
67 |
|
68 |
# Launch the interface with authentication
|
|
|
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.Soft(),
|
65 |
+
cache_examples=False # Turn off example
|
66 |
+
article="""
|
67 |
+
## Empowering Compliance and Efficiency
|
68 |
+
|
69 |
+
Say goodbye to regulatory headaches and hello to seamless compliance with CannaAssist, our AI-powered assistant. Designed specifically for New Mexico's cannabis industry, CannaAssist leverages the power of artificial intelligence to provide personalized guidance and ensure regulatory compliance using BioTrack. From inventory management to compliance reporting, CannaAssist streamlines your operations, leaving you more time to focus on growing your business!""",
|
70 |
+
thumbnail="https://assets.bigcartel.com/theme_images/101321509/IMG_6002.png?auto=format&fit=max&h=200&w=600"
|
71 |
+
|
72 |
)
|
73 |
|
74 |
# Launch the interface with authentication
|