Himhimhim commited on
Commit
34fb291
Β·
1 Parent(s): 4ba6902

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -131,10 +131,10 @@ def chatbot(text,name):
131
  return (chat_history)
132
 
133
  iface =gr.Interface(fn=chatbot,
134
- inputs=[gr.inputs.Textbox(label="Chat", placeholder="Say somehting"),
135
- gr.inputs.Textbox(label="Name the Bot", placeholder="give me a name")],
136
- outputs=[gr.Chatbot(label="Chat Here")],
137
- title="Emphatic Chatbot",
138
  allow_flagging=False,
139
  layout="vertical",
140
  theme='gstaff/xkcd' ,
 
131
  return (chat_history)
132
 
133
  iface =gr.Interface(fn=chatbot,
134
+ inputs=[gr.inputs.Textbox(label="ChatπŸ˜ƒ", placeholder="Say somehtingπŸ’¬"),
135
+ gr.inputs.Textbox(label="Name the Bot😺", placeholder="give me a nameπŸ˜‰")],
136
+ outputs=[gr.Chatbot(label="Chat Here☺️")],
137
+ title="🌸Emphatic πŸ˜ƒChatbot❀️",
138
  allow_flagging=False,
139
  layout="vertical",
140
  theme='gstaff/xkcd' ,