Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -175,11 +175,11 @@ def responsenew(data):
|
|
| 175 |
}
|
| 176 |
}
|
| 177 |
else:
|
| 178 |
-
|
| 179 |
-
|
| 180 |
-
|
| 181 |
-
|
| 182 |
-
|
| 183 |
else:
|
| 184 |
respo = {
|
| 185 |
"message": "Whoops, seems like we're a bit overloaded! Don't worry, your request is in the queue and we'll get back to you as soon as possible.",
|
|
|
|
| 175 |
}
|
| 176 |
}
|
| 177 |
else:
|
| 178 |
+
respo = {
|
| 179 |
+
"message": response.text,
|
| 180 |
+
"action": "nothing",
|
| 181 |
+
"function": "nothing",
|
| 182 |
+
}
|
| 183 |
else:
|
| 184 |
respo = {
|
| 185 |
"message": "Whoops, seems like we're a bit overloaded! Don't worry, your request is in the queue and we'll get back to you as soon as possible.",
|