st.header - 显示主标题
使用streamlit的header
方法显示主标题。
方法原型
streamlit.header(body)
参数:
- body:要显示的标题文本,字符串
示例代码
>>> st.header('This is a header')
使用streamlit的header
方法显示主标题。
streamlit.header(body)
参数:
>>> st.header('This is a header')