Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
azizalto
/
simple_forecast
like
2
Sleeping
App
Files
Files
Community
44ebc9f
simple_forecast
/
app.py
azizalto
test commit
44ebc9f
almost 3 years ago
raw
Copy download link
history
blame
105 Bytes
import
streamlit
as
st
def
app
():
st.write(
"Hello, World!"
)
if
__name__ ==
"__main__"
:
app()