Ivan Roman commited on
Commit
20f3b89
·
1 Parent(s): 5f04d78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def CustomChatGPT(category, user_input):
18
 
19
  iface = gr.Interface(
20
  fn=CustomChatGPT,
21
- inputs=[gr.inputs.Dropdown(choices=['Biotrack', 'Regulations', 'Best Practices', 'General Question'], label='Category'), gr.inputs.Textbox(lines=1, 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.",
 
18
 
19
  iface = gr.Interface(
20
  fn=CustomChatGPT,
21
+ inputs=[gr.inputs.Dropdown(choices=['BioTrack', 'Regulations', 'Best Practices', 'General Question'], label='Category'), gr.inputs.Textbox(lines=1, 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.",