574481e
1
2
3
4
5
6
7
import streamlit as st def show_progress(): """ 返回一个streamlit进度条组件 """ return st.progress(0)