Update app.py
Browse files
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=
|
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
|