gurwindersingh commited on
Commit
122de80
·
1 Parent(s): f769e29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -186,7 +186,7 @@ def main():
186
  solve(grid)
187
 
188
  # Display the solution or appropriate message
189
- if selve(grid):
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)