CannaTech commited on
Commit
3af0ec0
·
1 Parent(s): 60f52c7

Update app.py

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