GattoNero commited on
Commit
e353675
·
verified ·
1 Parent(s): f7ce532

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -399,7 +399,7 @@ def extract_ingredients(transcription: str) -> str:
399
  unique_ingredients = sorted(set(match.strip() for match in matches))
400
  return ", ".join(unique_ingredients)
401
 
402
- def chess_move
403
  """
404
  Analyses a chess image and returns the correct move to win
405
  """
 
399
  unique_ingredients = sorted(set(match.strip() for match in matches))
400
  return ", ".join(unique_ingredients)
401
 
402
+ def chess_move() -> str:
403
  """
404
  Analyses a chess image and returns the correct move to win
405
  """