Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ iface = gr.Interface(
|
|
| 15 |
fn=chatbot_response,
|
| 16 |
inputs=gr.components.Textbox(lines=2, placeholder="Ask me anything..."),
|
| 17 |
outputs="text",
|
| 18 |
-
title="
|
| 19 |
description="This chatbot uses the GPT-4All model to answer your questions."
|
| 20 |
)
|
| 21 |
|
|
|
|
| 15 |
fn=chatbot_response,
|
| 16 |
inputs=gr.components.Textbox(lines=2, placeholder="Ask me anything..."),
|
| 17 |
outputs="text",
|
| 18 |
+
title="GPT4All",
|
| 19 |
description="This chatbot uses the GPT-4All model to answer your questions."
|
| 20 |
)
|
| 21 |
|