aguyader commited on
Commit
045bbff
·
verified ·
1 Parent(s): 91cd05d

Update app.py

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