上传文件至「/」

This commit is contained in:
2026-03-21 14:21:09 +08:00
parent 335ea6008f
commit 350b5f6611
5 changed files with 97 additions and 0 deletions

15
03.py Normal file
View File

@@ -0,0 +1,15 @@
import streamlit as st
st.text_input(label="姓名")
st.text_input(label="年龄")
st.text_input(label="密码", type="password")
st.text_input(label="数字")
st.number_input(label="日期")
st.date_input(label="时间")
st.text_input("时间")