Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ def chatbot(input):
|
|
| 19 |
return reply
|
| 20 |
|
| 21 |
inputs = gr.Textbox(lines=7, label="Chat with AI")
|
| 22 |
-
outputs = gr.Textbox(label="
|
| 23 |
|
| 24 |
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="The AI Patch & Sparks Chatbot - App 1--- no doc ",
|
| 25 |
description="Ask anything you want about Patch&Sparks",
|
|
|
|
| 19 |
return reply
|
| 20 |
|
| 21 |
inputs = gr.Textbox(lines=7, label="Chat with AI")
|
| 22 |
+
outputs = gr.Textbox(label="Reply_app_1")
|
| 23 |
|
| 24 |
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="The AI Patch & Sparks Chatbot - App 1--- no doc ",
|
| 25 |
description="Ask anything you want about Patch&Sparks",
|