XnOwO commited on
Commit
13f0107
·
verified ·
1 Parent(s): 0e521e5

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. app.py +3 -0
  2. requirements.txt +1 -0
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ def strategy(board, initial):
2
+ # Your logic here
3
+ return (row, col, number)
requirements.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ # No additional dependencies required