Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
DataWizard9742
/
Calculator
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DataWizard9742
commited on
Aug 11, 2023
Commit
c6826fe
·
1 Parent(s):
62226f6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -31,7 +31,7 @@ def main():
31
st.write("The Result is",result)
32
33
34
-
if __name__ == __main__:
35
main()
36
37
31
st.write("The Result is",result)
32
33
34
+
if __name__ ==
"
__main__
"
:
35
main()
36
37