aidevhund commited on
Commit
37756a8
·
verified ·
1 Parent(s): ff33e20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -218,7 +218,7 @@ demo = gr.ChatInterface(
218
  fn=respond,
219
  additional_inputs=[gr.Image(label="Upload Crypto Chart", type="pil")],
220
  chatbot=gr.Chatbot(
221
- avatar_images=["ai.png", "user.png"],
222
  show_copy_button=True,
223
  layout="bubble",
224
  bubble_full_width=False,
 
218
  fn=respond,
219
  additional_inputs=[gr.Image(label="Upload Crypto Chart", type="pil")],
220
  chatbot=gr.Chatbot(
221
+ avatar_images=["user.png", "ai.png"],
222
  show_copy_button=True,
223
  layout="bubble",
224
  bubble_full_width=False,