aguyader commited on
Commit
de55809
·
verified ·
1 Parent(s): b3dd1e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 - - - -yeah",
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)