Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -521,21 +521,13 @@ whiteList = [
|
|
521 |
]
|
522 |
|
523 |
blackList = [
|
524 |
-
|
525 |
-
]
|
526 |
-
|
527 |
-
'''
|
528 |
-
{
|
529 |
"task_id":"cca530fc-4052-43b2-b130-b30968d8aa44",
|
530 |
"question":"Review the chess position provided in the image. It is black's turn. Provide the correct next move for black which guarantees a win. Please provide your response in algebraic notation.",
|
531 |
"Level":"1",
|
532 |
"file_name":"cca530fc-4052-43b2-b130-b30968d8aa44.png"
|
533 |
-
}
|
534 |
-
|
535 |
-
|
536 |
-
|
537 |
-
|
538 |
-
|
539 |
|
540 |
|
541 |
DOMANDE_MOCKATE = False
|
|
|
521 |
]
|
522 |
|
523 |
blackList = [
|
524 |
+
{
|
|
|
|
|
|
|
|
|
525 |
"task_id":"cca530fc-4052-43b2-b130-b30968d8aa44",
|
526 |
"question":"Review the chess position provided in the image. It is black's turn. Provide the correct next move for black which guarantees a win. Please provide your response in algebraic notation.",
|
527 |
"Level":"1",
|
528 |
"file_name":"cca530fc-4052-43b2-b130-b30968d8aa44.png"
|
529 |
+
}
|
530 |
+
]
|
|
|
|
|
|
|
|
|
531 |
|
532 |
|
533 |
DOMANDE_MOCKATE = False
|