Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -484,7 +484,7 @@ def main():
|
|
| 484 |
|
| 485 |
response, is_idk = bot.respond(message, history, current_user_name)
|
| 486 |
response_text = response[0]
|
| 487 |
-
if len(response<2
|
| 488 |
scores = ["no_data","no_data"]
|
| 489 |
scores = response[1]
|
| 490 |
|
|
|
|
| 484 |
|
| 485 |
response, is_idk = bot.respond(message, history, current_user_name)
|
| 486 |
response_text = response[0]
|
| 487 |
+
if len(response)<2:
|
| 488 |
scores = ["no_data","no_data"]
|
| 489 |
scores = response[1]
|
| 490 |
|