Spaces:
Sleeping
Sleeping
Commit
·
122de80
1
Parent(s):
f769e29
Update app.py
Browse files
app.py
CHANGED
@@ -186,7 +186,7 @@ def main():
|
|
186 |
solve(grid)
|
187 |
|
188 |
# Display the solution or appropriate message
|
189 |
-
if
|
190 |
Solved(grid)
|
191 |
col2.subheader("Sudoku Solved:")
|
192 |
st.write(grid)
|
|
|
186 |
solve(grid)
|
187 |
|
188 |
# Display the solution or appropriate message
|
189 |
+
if solve(grid):
|
190 |
Solved(grid)
|
191 |
col2.subheader("Sudoku Solved:")
|
192 |
st.write(grid)
|