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