Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bhoomi19
/
clausewise
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bhoomi19
commited on
Nov 5, 2025
Commit
07148d8
·
verified
·
1 Parent(s):
732cb93
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -261,5 +261,5 @@ def main():
261
""")
262
263
264
-
if
_name_
== "
_main_
":
265
main()
261
""")
262
263
264
+
if
__name__
== "
__main__
":
265
main()