GattoNero commited on
Commit
2ffaa3c
·
verified ·
1 Parent(s): 01419cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -3
app.py CHANGED
@@ -521,15 +521,19 @@ whiteList = [
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
 
534
 
535
 
 
521
  ]
522
 
523
  blackList = [
524
+ "cca530fc-4052-43b2-b130-b30968d8aa44"
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