Tomoniai commited on
Commit
74c4d93
·
1 Parent(s): 35e37a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def gemini(input, file, chatbot=[]):
61
  # Define the Gradio Blocks interface
62
  with gr.Blocks() as demo:
63
  # Add a centered header using HTML
64
- gr.HTML("<center><h1>Gemini-PRO & Gemini-PRO-Vision API</h1></center>")
65
 
66
  # Initialize the MultimodalChatbot component
67
  multi = MultimodalChatbot(value=[], height=800)
 
61
  # Define the Gradio Blocks interface
62
  with gr.Blocks() as demo:
63
  # Add a centered header using HTML
64
+ gr.HTML("<center><h1>Tomoniai's Gemini-PRO Chat</h1></center>")
65
 
66
  # Initialize the MultimodalChatbot component
67
  multi = MultimodalChatbot(value=[], height=800)