siddharth060104 commited on
Commit
2f373f1
·
verified ·
1 Parent(s): 24ed428

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -248,7 +248,7 @@ def main():
248
 
249
  # Initialize the Stockfish engine
250
  stockfish = Stockfish(
251
- path="resources/stockfish-windows-x86-64-avx2.exe", # Replace with your Stockfish path"
252
  depth=15,
253
  parameters={"Threads": 2, "Minimum Thinking Time": 30}
254
  )
 
248
 
249
  # Initialize the Stockfish engine
250
  stockfish = Stockfish(
251
+ path="stockfish-windows-x86-64-avx2.exe", # Replace with your Stockfish path"
252
  depth=15,
253
  parameters={"Threads": 2, "Minimum Thinking Time": 30}
254
  )