Tomoniai commited on
Commit
d437c52
1 Parent(s): 2b8cb4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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><h1>✨Tomoniai's Gemini Chat✨</h1></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)