CannaTech commited on
Commit
ac40c31
·
1 Parent(s): a81e478

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def CustomChatGPT(category, user_input):
53
  iface = gr.Interface(
54
  fn=CustomChatGPT,
55
  inputs=[gr.inputs.Dropdown(choices=['BioTrack', 'Regulations', 'Best Practices', 'General Question'], label='Category'), gr.inputs.Textbox(lines=1, placeholder='Type here...', label='Your Question')],
56
- outputs=gr.outputs.Textbox(label=''),
57
  show_api=False,
58
  title="CannaAssist AI Assistant",
59
  description="""Welcome to the CannaAssist AI Assistant. This tool is designed to provide expert guidance on BioTrack and cannabis regulations in New Mexico.""",
 
53
  iface = gr.Interface(
54
  fn=CustomChatGPT,
55
  inputs=[gr.inputs.Dropdown(choices=['BioTrack', 'Regulations', 'Best Practices', 'General Question'], label='Category'), gr.inputs.Textbox(lines=1, placeholder='Type here...', label='Your Question')],
56
+ outputs=gr.outputs.Textbox(label='CannaAssist:'),
57
  show_api=False,
58
  title="CannaAssist AI Assistant",
59
  description="""Welcome to the CannaAssist AI Assistant. This tool is designed to provide expert guidance on BioTrack and cannabis regulations in New Mexico.""",