aguyader commited on
Commit
520b500
·
verified ·
1 Parent(s): 7997ed9

Update app2.py

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