1. 首页
  2. 编程语言
  3. Python
  4. 一个streamlit实用例源代码一文学会Stramlit

一个streamlit实用例源代码一文学会Stramlit

上传者: 2023-06-19 20:51:30上传 ZIP文件 482.17KB 热度 4次
''' @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("主面板")
下载地址
用户评论