Tomoniai commited on
Commit
a9a476a
·
verified ·
1 Parent(s): c79d230

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def create_interface() -> gr.ChatInterface:
68
  # Custom chatbot
69
  chatbot = gr.Chatbot(
70
  label="Gemma Chat",
71
- type="messages",
72
  avatar_images=("./user.png", "./botge.png"),
73
  height=450,
74
  show_copy_button=True
 
68
  # Custom chatbot
69
  chatbot = gr.Chatbot(
70
  label="Gemma Chat",
71
+ # type="messages",
72
  avatar_images=("./user.png", "./botge.png"),
73
  height=450,
74
  show_copy_button=True