acecalisto3 commited on
Commit
dd5540d
·
verified ·
1 Parent(s): b0016c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -64,8 +64,7 @@ with gr.Blocks(theme="default") as app:
64
  chatbot = gr.Chatbot(
65
  label="Chat with Trained Bot",
66
  type="messages",
67
- avatar_user="https://example.com/user-avatar.png",
68
- avatar_bot="https://example.com/bot-avatar.png",
69
  )
70
  user_input = gr.Textbox(
71
  label="Your Message",
 
64
  chatbot = gr.Chatbot(
65
  label="Chat with Trained Bot",
66
  type="messages",
67
+
 
68
  )
69
  user_input = gr.Textbox(
70
  label="Your Message",