Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
test2023h5
/
Demo_SimpleStart_Usage
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
test2023h5
commited on
Sep 18, 2024
Commit
23dfd24
·
verified
·
1 Parent(s):
614544e
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import simplestart as ss
2
+
3
+
ss.write("hi")