CannaTech commited on
Commit
c9b54c1
·
1 Parent(s): f05a823

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -37,6 +37,7 @@ iface = gr.Interface(
37
  fn=CustomChatGPT,
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=[
 
37
  fn=CustomChatGPT,
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
+ show_api=False,
41
  title="CannaAssist AI Assistant",
42
  description="""Welcome to the CannaAssist AI Assistant. This tool is designed to provide expert guidance on BioTrack and cannabis regulations in New Mexico.""",
43
  examples=[