Update app.py
Browse files
app.py
CHANGED
|
@@ -21,6 +21,6 @@ def chatbot(input):
|
|
| 21 |
inputs = gr.Textbox(lines=7, label="Chat with AI")
|
| 22 |
outputs = gr.Textbox(label="Reply44")
|
| 23 |
|
| 24 |
-
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="The AI Patch & Sparks Chatbot",
|
| 25 |
-
description="Ask anything you want about Patch&Sparks
|
| 26 |
theme="compact").launch(share=True)
|
|
|
|
| 21 |
inputs = gr.Textbox(lines=7, label="Chat with AI")
|
| 22 |
outputs = gr.Textbox(label="Reply44")
|
| 23 |
|
| 24 |
+
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="The AI Patch & Sparks Chatbot - app1",
|
| 25 |
+
description="Ask anything you want about Patch&Sparks",
|
| 26 |
theme="compact").launch(share=True)
|