Tomoniai commited on
Commit
d6e794e
1 Parent(s): 0f3ed14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -66,9 +66,7 @@ with gr.Blocks() as demo:
66
  gr.HTML("<center><h1>Tomoniai's Gemini Chat</h1></center>")
67
 
68
  # Initialize the MultimodalChatbot component
69
- multi = MultimodalChatbot(value=[], show_label=False, height=400, show_copy_button=True, bubble_full_width=False, likeable=True)
70
-
71
- chatbot_component = gr.Chatbot(label='Gemini', bubble_full_width=False, avatar_images=["user.png", "botg.png"], height=400)
72
 
73
  with gr.Row():
74
  # Textbox for user input with increased scale for better visibility
 
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)
 
 
70
 
71
  with gr.Row():
72
  # Textbox for user input with increased scale for better visibility