CannaTech commited on
Commit
6e41425
·
1 Parent(s): 9ee309d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -13
app.py CHANGED
@@ -39,7 +39,7 @@ iface = gr.Interface(
39
  outputs=gr.outputs.Textbox(label='AI Response'),
40
  title="CannaAssist AI Assistant",
41
  description="""Welcome to the CannaAssist AI Assistant. This tool is designed to provide expert guidance on BioTrack and cannabis regulations in New Mexico.
42
- DISCLAIMER: This is a closed beta and unauthorized access or use of this app is strictly forbidden.""",
43
  examples=[
44
  ["BioTrack", "How do I update inventory quantities in BioTrack?"],
45
  ["BioTrack", "What is the process to transfer product between locations in BioTrack?"],
@@ -67,18 +67,18 @@ iface = gr.Interface(
67
  cache_examples=False, # Turn off example
68
  article="""CannaTech Solutions - CannaAssist AI Assistant
69
 
70
- Say goodbye to regulatory headaches
71
- and hello to seamless compliance with
72
- CannaAssist, our AI-powered assistant.
73
- Designed specifically for New Mexico's
74
- cannabis industry, CannaAssist leverages
75
- the power of artificial intelligence to
76
- provide personalized guidance and ensure
77
- regulatory compliance using BioTrack.
78
- From inventory management to compliance
79
- reporting, CannaAssist streamlines your
80
- operations, leaving you more time to focus
81
- on growing your business!""",
82
  thumbnail="https://assets.bigcartel.com/theme_images/101321509/IMG_6002.png",
83
  favicon_path="https://assets.bigcartel.com/theme_images/101321509/IMG_6002.png",
84
 
 
39
  outputs=gr.outputs.Textbox(label='AI Response'),
40
  title="CannaAssist AI Assistant",
41
  description="""Welcome to the CannaAssist AI Assistant. This tool is designed to provide expert guidance on BioTrack and cannabis regulations in New Mexico.
42
+ WARNING: UNAUTHORIZED ACCESS OR USE OF THIS CLOSED BETA IS STRICTLY PROHIBITED""",
43
  examples=[
44
  ["BioTrack", "How do I update inventory quantities in BioTrack?"],
45
  ["BioTrack", "What is the process to transfer product between locations in BioTrack?"],
 
67
  cache_examples=False, # Turn off example
68
  article="""CannaTech Solutions - CannaAssist AI Assistant
69
 
70
+ Say goodbye to regulatory headaches
71
+ and hello to seamless compliance with
72
+ CannaAssist, our AI-powered assistant.
73
+ Designed specifically for New Mexico's
74
+ cannabis industry, CannaAssist leverages
75
+ the power of artificial intelligence to
76
+ provide personalized guidance and ensure
77
+ regulatory compliance using BioTrack.
78
+ From inventory management to compliance
79
+ reporting, CannaAssist streamlines your
80
+ operations, leaving you more time to focus
81
+ on growing your business!""",
82
  thumbnail="https://assets.bigcartel.com/theme_images/101321509/IMG_6002.png",
83
  favicon_path="https://assets.bigcartel.com/theme_images/101321509/IMG_6002.png",
84