当前位置:   article > 正文

streamlit如何布局_streamlit页面布局

streamlit页面布局

作为streamlit的重度用户,不会布局,写出来的程序总觉的有些憋手.虽然功能不影响,但使用起来就是有些不爽.
下面是几种布局方式的介绍举例.

  1. st.sidebar 侧边栏
    侧边栏可以调整大小!拖动并放下侧边栏的右边界以调整其大小!
# "with" notation
with st.sidebar:
    st.[element_name]
  • 1
  • 2
  • 3
import streamlit as st

# Using object notation
add_selectbox = st.sidebar.selectbox(
    "How would you like
  • 1
  • 2
  • 3
  • 4
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小丑西瓜9/article/detail/688277
推荐阅读
  

闽ICP备14008679号