Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,6 @@ 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 |
avatar_images=("./user.png", "./botge.png"),
|
72 |
height=450,
|
73 |
show_copy_button=True
|