一个streamlit实用例源代码一文学会Stramlit
''' @Author N.J @Info一文学会Stramlit #安装Python 3.6.5 pip install streamlit==0.62.0 pip install pandas==1.1.5启动E:\500w\streamlit\>C:\Python36-32\Scripts\streamlit run app-streamlit.py访问http://127.0.0.1:8501/ ''' import streamlit as st import pandas pd import numpy as np from PIL import Image side = ["按钮","线图","图片","数据4","数据5","图片音频视频","分屏","表单"] st.sidebar.title("主面板")
文件列表
streamlit_demo.zip
(预估有个2文件)
app-streamlit.py
2KB
3.png
530KB
暂无评论