streamlit timeline:Streamlit时间轴组件 源码
Streamlit的时间轴组件 一个在Streamlit应用程序中显示时间轴的简单组件。 它集成了 。 安装 首先安装Streamlit(当然!),然后pip安装此库: pip install streamlit pip install streamlit-timeline 例 # Streamlit Timeline Component Example import streamlit as st from streamlit_timeline import timeline # use full page width st . set_page_config ( page_title = "Timeline Example" , layout = "wide" ) # load data with open ( 'example.json' , "r" ) as f : da
文件列表
streamlit-timeline-main.zip
(预估有个9文件)
streamlit-timeline-main
streamlit_timeline
__init__.py
2KB
LICENSE
1KB
setup.py
1KB
README.md
1KB
component-logo.png
52KB
example.png
230KB
.gitignore
2KB
example.py
307B
暂无评论