Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -174,12 +174,12 @@ def responsenew(data):
|
|
174 |
}],
|
175 |
}
|
176 |
}
|
177 |
-
|
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.",
|
|
|
174 |
}],
|
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.",
|