gurwindersingh commited on
Commit
f2c369b
·
1 Parent(s): b9eb1ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -189,7 +189,7 @@ def main():
189
  col2.header("Solution ?")
190
  # Display the solution or appropriate message
191
  if solve(grid):
192
- st.header("Sudoku Solved:")
193
  st.write(Solved(grid))
194
  else:
195
  st.write("No solution found.")
 
189
  col2.header("Solution ?")
190
  # Display the solution or appropriate message
191
  if solve(grid):
192
+ col2.subheader("Sudoku Solved:")
193
  st.write(Solved(grid))
194
  else:
195
  st.write("No solution found.")