Spaces:
Runtime error
Runtime error
Ivan Roman
commited on
Commit
·
247eb76
1
Parent(s):
6fd533f
Update app.py
Browse files
app.py
CHANGED
@@ -18,6 +18,6 @@ def CustomChatGPT(user_input):
|
|
18 |
|
19 |
description="Welcome to CannaAssist AI Assistant! This chatbot is designed to help answer your questions related to BioTrack and the cannabis regulations in New Mexico. Simply type your question or message in the input box and get an informative response from the assistant."
|
20 |
|
21 |
-
demo = gradio.Interface(fn=CustomChatGPT, inputs="text", outputs="text", title="BioTrack AI Assistant", description=
|
22 |
|
23 |
demo.launch()
|
|
|
18 |
|
19 |
description="Welcome to CannaAssist AI Assistant! This chatbot is designed to help answer your questions related to BioTrack and the cannabis regulations in New Mexico. Simply type your question or message in the input box and get an informative response from the assistant."
|
20 |
|
21 |
+
demo = gradio.Interface(fn=CustomChatGPT, inputs="text", outputs="text", title="BioTrack AI Assistant", description=description)
|
22 |
|
23 |
demo.launch()
|