Tomoniai commited on
Commit
8810f92
1 Parent(s): a86c1ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -66,8 +66,10 @@ with gr.Blocks() as demo:
66
  gr.HTML("<center><h1>Tomoniai's Gemini Chat</h1></center>")
67
 
68
  # Initialize the MultimodalChatbot component
69
- multi = MultimodalChatbot(value=[], show_label=False, height=400, show_copy_button=True, avatar_images=("user.png", "botg.png"), bubble_full_width=False, likeable=True)
70
 
 
 
71
  with gr.Row():
72
  # Textbox for user input with increased scale for better visibility
73
  tb = gr.Textbox(show_label=False, scale=4)
 
66
  gr.HTML("<center><h1>Tomoniai's Gemini Chat</h1></center>")
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
75
  tb = gr.Textbox(show_label=False, scale=4)