sudipta26889 commited on
Commit
92cb11c
·
verified ·
1 Parent(s): e1c5ae4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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():