EZGG commited on
Commit
5aaf882
1 Parent(s): 1373c2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,6 +20,6 @@ def chatbot(input):
20
  inputs = gr.inputs.Textbox(lines=7, label="Chat with AI")
21
  outputs = gr.outputs.Textbox(label="Reply")
22
 
23
- gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="AI Chatbot",
24
  description="Ask anything you want",
25
  theme="compact").launch(share=False)
 
20
  inputs = gr.inputs.Textbox(lines=7, label="Chat with AI")
21
  outputs = gr.outputs.Textbox(label="Reply")
22
 
23
+ gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="Human AI",
24
  description="Ask anything you want",
25
  theme="compact").launch(share=False)