Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -272,7 +272,7 @@ People="user.png"
|
|
272 |
"""
|
273 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
274 |
"""
|
275 |
-
aa = gr.
|
276 |
respond,
|
277 |
avatar_images=[People, BOT_AVATAR],
|
278 |
additional_inputs=[
|
|
|
272 |
"""
|
273 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
274 |
"""
|
275 |
+
aa = gr.Chatbot(
|
276 |
respond,
|
277 |
avatar_images=[People, BOT_AVATAR],
|
278 |
additional_inputs=[
|