Update app2.py
Browse files
app2.py
CHANGED
|
@@ -86,7 +86,7 @@ def chatbot(input):
|
|
| 86 |
return reply
|
| 87 |
|
| 88 |
inputs = gr.Textbox(lines=7, label="Chat with AI")
|
| 89 |
-
outputs = gr.Textbox(label="Reply")
|
| 90 |
|
| 91 |
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="The AI Patch & Sparks Chatbot",
|
| 92 |
description="Ask anything you want about Patch&Sparks - - - -yeah",
|
|
|
|
| 86 |
return reply
|
| 87 |
|
| 88 |
inputs = gr.Textbox(lines=7, label="Chat with AI")
|
| 89 |
+
outputs = gr.Textbox(label="Reply - NEW")
|
| 90 |
|
| 91 |
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="The AI Patch & Sparks Chatbot",
|
| 92 |
description="Ask anything you want about Patch&Sparks - - - -yeah",
|