Tomoniai commited on
Commit
a86c1ef
·
1 Parent(s): 23c494b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ 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
 
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