Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ def respond(
|
|
| 56 |
response = target + " " + str(errors)
|
| 57 |
out = ""
|
| 58 |
for resp in response:
|
| 59 |
-
out +=
|
| 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 = ""
|