Tomoniai commited on
Commit
4324b67
·
1 Parent(s): d53ca54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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-PRO Chat</h1></center>")
67
 
68
  # Initialize the MultimodalChatbot component
69
- multi = MultimodalChatbot(value=[], height=500, 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
 
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