st.header - 显示主标题
使用streamlit的header
方法显示主标题。
方法原型
streamlit.header(body)
参数:
- body:要显示的标题文本,字符串
示例代码
>>> st.header('This is a header')
在线工具推荐: Three.js AI纹理开发包 - YOLO合成数据生成器 - GLTF/GLB在线编辑 - 3D模型格式在线转换 - 可编程3D场景编辑器
使用streamlit的header
方法显示主标题。
streamlit.header(body)
参数:
>>> st.header('This is a header')