freddyaboulton HF Staff commited on
Commit
78c3718
·
verified ·
1 Parent(s): 3ec41f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def respond(
33
 
34
  chatbot = gr.ChatInterface(
35
  respond,
36
- chatbot=gr.Chatbot(collapse_thinking=[("<thinking>", "</thinking>")])
37
  )
38
 
39
  with gr.Blocks() as demo:
 
33
 
34
  chatbot = gr.ChatInterface(
35
  respond,
36
+ chatbot=gr.Chatbot(collapse_thinking=[("<think>", "</think>")])
37
  )
38
 
39
  with gr.Blocks() as demo: