Spaces:
Runtime error
Runtime error
Update Main.py
Browse files
Main.py
CHANGED
@@ -34,7 +34,7 @@ def app():
|
|
34 |
|
35 |
print(topmove)
|
36 |
# Create a list of lists, where each inner list contains the UCI strings for a single move
|
37 |
-
uci_lists = [d['pv'][:2] for d in
|
38 |
|
39 |
# Initialize the output string
|
40 |
output_string = ""
|
|
|
34 |
|
35 |
print(topmove)
|
36 |
# Create a list of lists, where each inner list contains the UCI strings for a single move
|
37 |
+
uci_lists = [d['pv'][:2] for d in info]
|
38 |
|
39 |
# Initialize the output string
|
40 |
output_string = ""
|