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