mkurman commited on
Commit
6126672
·
1 Parent(s): ddfa581
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def respond(
54
  text = '## Thinking:\n\n' + text
55
 
56
  if token == '</Output>':
57
- yield None
58
  break
59
 
60
  response += text
 
54
  text = '## Thinking:\n\n' + text
55
 
56
  if token == '</Output>':
57
+ yield response
58
  break
59
 
60
  response += text