Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -188,7 +188,7 @@ def get_records(inp,data):
|
|
| 188 |
).strip("\n")
|
| 189 |
new_history = resp
|
| 190 |
print (resp)
|
| 191 |
-
out+=resp
|
| 192 |
e=e+chunk
|
| 193 |
s=s+chunk
|
| 194 |
yield "", [(inp,new_history)]
|
|
|
|
| 188 |
).strip("\n")
|
| 189 |
new_history = resp
|
| 190 |
print (resp)
|
| 191 |
+
#out+=resp
|
| 192 |
e=e+chunk
|
| 193 |
s=s+chunk
|
| 194 |
yield "", [(inp,new_history)]
|