Himhimhim commited on
Commit
2d7a2b0
Β·
1 Parent(s): 7028334

Update app.py

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