Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -165,8 +165,7 @@ with gr.Blocks(fill_height=True) as demo:
|
|
165 |
label="Gradio Docs Assistant",
|
166 |
height=520,
|
167 |
type="messages", # keeps history as list[[user, assistant], ...]
|
168 |
-
avatar_images=(None, None)
|
169 |
-
likeable=True,
|
170 |
)
|
171 |
|
172 |
with gr.Row():
|
|
|
165 |
label="Gradio Docs Assistant",
|
166 |
height=520,
|
167 |
type="messages", # keeps history as list[[user, assistant], ...]
|
168 |
+
avatar_images=(None, None)
|
|
|
169 |
)
|
170 |
|
171 |
with gr.Row():
|