Ivan Roman commited on
Commit
a771de4
·
1 Parent(s): 6e9cf1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ iface = gr.Interface(
21
  inputs=gr.inputs.Textbox(lines=5, placeholder='Type here...', label='Your Question'),
22
  outputs=gr.outputs.Textbox(label='AI Response'),
23
  title="CannaAssist AI Assistant",
24
- description="Welcome to the CannaAssist AI Assistant. This tool is designed to provide expert guidance on BioTrack and cannabis regulations in New Mexico. Feel free to ask any questions related to these topics. DISCLAIMER: This is a proof of concept and not an official product.",
25
  examples=[
26
  ["How to add wholesale flower into my inventory?"],
27
  ["How to check in a customer?"],
 
21
  inputs=gr.inputs.Textbox(lines=5, placeholder='Type here...', label='Your Question'),
22
  outputs=gr.outputs.Textbox(label='AI Response'),
23
  title="CannaAssist AI Assistant",
24
+ 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.",
25
  examples=[
26
  ["How to add wholesale flower into my inventory?"],
27
  ["How to check in a customer?"],