Tomoniai commited on
Commit
23c494b
Β·
1 Parent(s): e797778

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +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, avatar_images=["πŸ™‚","./user.png", "πŸ€–", "./botg.png"], bubble_full_width=False, likeable=True)
70
 
71
  with gr.Row():
72
  # 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=[], show_label=False, height=400, show_copy_button=True, avatar_images=["user.png", "botg.png"], bubble_full_width=False, likeable=True)
70
 
71
  with gr.Row():
72
  # Textbox for user input with increased scale for better visibility