gurwindersingh commited on
Commit
f769e29
·
1 Parent(s): 4b0b162

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -186,7 +186,8 @@ def main():
186
  solve(grid)
187
 
188
  # Display the solution or appropriate message
189
- if grid:
 
190
  col2.subheader("Sudoku Solved:")
191
  st.write(grid)
192
  else:
 
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)
193
  else: