gpt4 book ai didi

python - 中心流线型按钮

转载 作者:行者123 更新时间:2023-12-03 18:29:18 25 4
gpt4 key购买 nike

如何使用 Streamlit 将按钮居中,以便该按钮仍可点击?这是一个返回随机数的按钮的小例子:

 import streamlit as st 
import numpy as np

if st.button('Click'):
rand = np.random.standard_normal()
st.write(str(rand))

我已经看到了标题 Markdown 的解决方案,但没有看到诸如按钮之类的交互式元素的解决方案。

最佳答案

目前 Streamlit 不支持该功能,但我们正在努力(请参阅我们的 Roadmap 了解更多信息)。
随时将您的想法添加到 Customizable Layout for Streamlit讨论。

并感谢您使用 Streamlit!

关于python - 中心流线型按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60411457/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com