Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -167,7 +167,7 @@ def responsenew(data):
|
|
| 167 |
}
|
| 168 |
else:
|
| 169 |
respo = {
|
| 170 |
-
"message":
|
| 171 |
"action": "nothing",
|
| 172 |
"function": "nothing",
|
| 173 |
}
|
|
|
|
| 167 |
}
|
| 168 |
else:
|
| 169 |
respo = {
|
| 170 |
+
"message": response.last,
|
| 171 |
"action": "nothing",
|
| 172 |
"function": "nothing",
|
| 173 |
}
|