Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=[
|