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