Spaces:
Sleeping
Sleeping
Commit
·
f2c369b
1
Parent(s):
b9eb1ac
Update app.py
Browse files
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 |
-
|
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.")
|