Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
betterme
/
Nice
like
1
Runtime error
App
Files
Files
Community
d6e76b8
Nice
/
_👋_.py
betterme
update
d6e76b8
over 1 year ago
raw
Copy download link
history
blame
Safe
214 Bytes
import
streamlit
as
st
st.set_page_config(
page_title=
'Streamlit组件清单'
,
page_icon=
"📖"
,
layout=
"wide"
,
initial_sidebar_state=
"collapsed"
,
)
# st.text_input('业务搜索', '知识图谱')