Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
skt-asap
/
streamlit
like
0
Sleeping
App
Files
Files
Community
main
streamlit
/
Pages
/
Home.py
SUNGJIN LEE
페이지 구조 개선
1267686
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
166 Bytes
import
streamlit
as
st
from
streamlit.logger
import
get_logger
import
yaml
LOGGER = get_logger(__name__)
st.set_page_config(layout=
"centered"
)
st.write(
"# Home"
)