Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dev-bjoern
/
PIA
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1fed6b3
PIA
/
app.py
dev-bjoern
updates
a5544cb
10 days ago
raw
Copy download link
history
blame
210 Bytes
import
marimo
__generated_with =
"0.9.2"
app = marimo.App()
@app.cell
def
__
():
import
marimo
as
mo
mo.md(
"# Welcome to marimo! ππ"
)
return
(mo,)
if
__name__ ==
"__main__"
:
app.run()