gurwindersingh commited on
Commit
b2a1451
·
1 Parent(s): 9ede33d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -190,7 +190,7 @@ def main():
190
  if solve(grid):
191
 
192
  st.subheader("Sudoku Solved:")
193
- st.write(grid[:])
194
 
195
  else:
196
  col2.write("No solution found.")
 
190
  if solve(grid):
191
 
192
  st.subheader("Sudoku Solved:")
193
+ st.write(grid)
194
 
195
  else:
196
  col2.write("No solution found.")