Tomoniai commited on
Commit
0f3ed14
·
1 Parent(s): 8810f92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -67,8 +67,8 @@ with gr.Blocks() as demo:
67
 
68
  # Initialize the MultimodalChatbot component
69
  multi = MultimodalChatbot(value=[], show_label=False, height=400, show_copy_button=True, bubble_full_width=False, likeable=True)
70
-
71
- multi.avatar_images=["user.png", "botg.png"]
72
 
73
  with gr.Row():
74
  # Textbox for user input with increased scale for better visibility
 
67
 
68
  # Initialize the MultimodalChatbot component
69
  multi = MultimodalChatbot(value=[], show_label=False, height=400, show_copy_button=True, bubble_full_width=False, likeable=True)
70
+
71
+ chatbot_component = gr.Chatbot(label='Gemini', bubble_full_width=False, avatar_images=["user.png", "botg.png"], height=400)
72
 
73
  with gr.Row():
74
  # Textbox for user input with increased scale for better visibility