Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sentdiario
/
Sentdiario
like
1
Running
App
Files
Files
Community
8b82b18
Sentdiario
/
index.py
thak123
Update index.py
c931497
verified
8 months ago
raw
Copy download link
history
blame
Safe
99 Bytes
from
app
import
app
server = app.server
if
__name__ ==
'__main__'
:
app.run_server(debug=
True
)