Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,8 @@ iface = gr.Interface(
|
|
38 |
inputs=[gr.inputs.Dropdown(choices=['BioTrack', 'Regulations', 'Best Practices', 'General Question'], label='Category'), gr.inputs.Textbox(lines=1, placeholder='Type here...', label='Your Question')],
|
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 |
examples=[
|
43 |
["BioTrack", "How do I update inventory quantities in BioTrack?"],
|
44 |
["BioTrack", "What is the process to transfer product between locations in BioTrack?"],
|
@@ -61,9 +62,10 @@ 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 |
article="""Empowering Compliance and Efficiency
|
|
|
67 |
Say goodbye to regulatory headaches
|
68 |
and hello to seamless compliance with
|
69 |
CannaAssist, our AI-powered assistant.
|
|
|
38 |
inputs=[gr.inputs.Dropdown(choices=['BioTrack', 'Regulations', 'Best Practices', 'General Question'], label='Category'), gr.inputs.Textbox(lines=1, placeholder='Type here...', label='Your Question')],
|
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?"],
|
|
|
62 |
["General Question", "What are the tax regulations for cannabis businesses in New Mexico?"],
|
63 |
["General Question", "How can I stay updated with the latest cannabis industry news?"]
|
64 |
],
|
65 |
+
theme=gr.themes.Monochrome(),
|
66 |
cache_examples=False, # Turn off example
|
67 |
article="""Empowering Compliance and Efficiency
|
68 |
+
|
69 |
Say goodbye to regulatory headaches
|
70 |
and hello to seamless compliance with
|
71 |
CannaAssist, our AI-powered assistant.
|