小编Use*_*563的帖子

如何在 Streamlit 中使标题和图像居中?

我已经尝试过下面的标题命令,但失败了。对于图像,我只是通过增加尺寸使其居中,使其填充整个页面。是否有任何论据可以st.title()st.image我将它们居中?

title_alignment=
"""
<style>
#the-title {
  text-align: center
}
</style>
"""
st.markdown(title_alignment, unsafe_allow_html=True)
Run Code Online (Sandbox Code Playgroud)

css python streamlit

10
推荐指数
2
解决办法
4万
查看次数

标签 统计

css ×1

python ×1

streamlit ×1