Update app.py
Browse files
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' ,
|