Aarifkhan commited on
Commit
356122e
·
verified ·
1 Parent(s): d3ad5f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ demo = gr.ChatInterface(
135
  description=description,
136
  chatbot=gr.Chatbot(
137
  scale=1,
138
- likeable=False,
139
  show_copy_button=True
140
  )
141
  )
 
135
  description=description,
136
  chatbot=gr.Chatbot(
137
  scale=1,
138
+ # likeable=False,
139
  show_copy_button=True
140
  )
141
  )