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