Macropodus commited on
Commit
86a26dd
·
verified ·
1 Parent(s): b107671

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def respond(
56
  response = target + " " + str(errors)
57
  out = ""
58
  for resp in response:
59
- out += token
60
  yield out
61
 
62
  # response = ""
 
56
  response = target + " " + str(errors)
57
  out = ""
58
  for resp in response:
59
+ out += resp
60
  yield out
61
 
62
  # response = ""