Update app.py
Browse files
app.py
CHANGED
@@ -63,10 +63,10 @@ def gemini(input, file, chatbot=[]):
|
|
63 |
# Define the Gradio Blocks interface
|
64 |
with gr.Blocks() as demo:
|
65 |
# Add a centered header using HTML
|
66 |
-
gr.HTML("<center><h1>Tomoniai's Gemini
|
67 |
|
68 |
# Initialize the MultimodalChatbot component
|
69 |
-
multi = MultimodalChatbot(value=[], height=
|
70 |
|
71 |
with gr.Row():
|
72 |
# Textbox for user input with increased scale for better visibility
|
|
|
63 |
# Define the Gradio Blocks interface
|
64 |
with gr.Blocks() as demo:
|
65 |
# Add a centered header using HTML
|
66 |
+
gr.HTML("<center><h1>Tomoniai's Gemini Chat</h1></center>")
|
67 |
|
68 |
# Initialize the MultimodalChatbot component
|
69 |
+
multi = MultimodalChatbot(value=[], height=400, avatar_images=["./user.png", "./botg.png"], show_label=False, bubble_full_width=False, show_copy_button=True, likeable=True)
|
70 |
|
71 |
with gr.Row():
|
72 |
# Textbox for user input with increased scale for better visibility
|