bstraehle commited on
Commit
b97617e
·
verified ·
1 Parent(s): f88d506

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def position_evaluation(fen):
16
  fen (str): Chess position in FEN
17
 
18
  Returns:
19
- str: Best move with continuation in UCI notation
20
  """
21
  print("")
22
 
 
16
  fen (str): Chess position in FEN
17
 
18
  Returns:
19
+ tuple: (result, error) - Best move with continuation in UCI notation
20
  """
21
  print("")
22