Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gurwindersingh
/
SudokuCV
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
gurwindersingh
commited on
Dec 12, 2023
Commit
81a35ba
·
1 Parent(s):
99b2402
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-2
app.py
CHANGED
Viewed
@@ -212,6 +212,7 @@ def main():
212
213
else:
214
st.write("No Solution Found.")
215
-
216
if __name__ == '__main__':
217
-
main()
212
213
else:
214
st.write("No Solution Found.")
215
+
216
+
217
if __name__ == '__main__':
218
+
main()