ginipick commited on
Commit
3f09ea8
·
verified ·
1 Parent(s): 2aaae8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -254,12 +254,14 @@ demo = gr.ChatInterface(
254
  clear_btn="Clear",
255
  submit_btn="Send",
256
  description="ginigen/Private-BitSix-Mistral-Small-3.1-24B-Instruct-2503",
 
257
  chatbot=gr.Chatbot(
258
  scale=1,
259
  placeholder=PLACEHOLDER,
260
- likeable=False,
261
  show_copy_button=True
 
262
  )
 
263
  )
264
 
265
  if __name__ == "__main__":
 
254
  clear_btn="Clear",
255
  submit_btn="Send",
256
  description="ginigen/Private-BitSix-Mistral-Small-3.1-24B-Instruct-2503",
257
+
258
  chatbot=gr.Chatbot(
259
  scale=1,
260
  placeholder=PLACEHOLDER,
 
261
  show_copy_button=True
262
+ # Remove the 'likeable' parameter
263
  )
264
+
265
  )
266
 
267
  if __name__ == "__main__":