Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ 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><
|
67 |
|
68 |
# Initialize the MultimodalChatbot component
|
69 |
multi = MultimodalChatbot(value=[], label="Gemini", height=400, show_copy_button=True, bubble_full_width=False, likeable=True)
|
|
|
63 |
# Define the Gradio Blocks interface
|
64 |
with gr.Blocks() as demo:
|
65 |
# Add a centered header using HTML
|
66 |
+
gr.HTML("<center><h2>✨Tomoniai's Gemini Chat✨</h2></center>")
|
67 |
|
68 |
# Initialize the MultimodalChatbot component
|
69 |
multi = MultimodalChatbot(value=[], label="Gemini", height=400, show_copy_button=True, bubble_full_width=False, likeable=True)
|