Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
edstellar
/
test-moat
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
vijaykumaredstellar
commited on
28 days ago
Commit
6b6f3c0
·
verified
·
1 Parent(s):
5e017e0
Create main.py
Browse files
Files changed (1)
hide
show
main.py
+4
-0
main.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
from moltbot import MoltBot
2
+
3
+
print("✅ MoltBot imported successfully")
4
+
print("🚀 Test completed")