Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Agents-MCP-Hackathon
/
simple-calculator
like
0
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Gianpaolo Macario
commited on
Jun 4
Commit
2c2848c
·
1 Parent(s):
b502aea
chore: remove boilerplate file "main.py"
Browse files
Files changed (1)
hide
show
main.py
+0
-6
main.py
DELETED
Viewed
@@ -1,6 +0,0 @@
1
-
def main():
2
-
print("Hello from simple-calculator!")
3
-
4
-
5
-
if __name__ == "__main__":
6
-
main()