Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- app.py +3 -0
- 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
|