上传文件至「/」
This commit is contained in:
11
01-Streamlit-基本语法.py
Normal file
11
01-Streamlit-基本语法.py
Normal file
@@ -0,0 +1,11 @@
|
||||
import streamlit as st
|
||||
|
||||
st.title("Streamlit 实例")
|
||||
|
||||
st.write("这是一个简单的 Streamlit 应用程序。")
|
||||
|
||||
st.markdown("# 这是一个一级标题")
|
||||
st.markdown("## 这是一个二级标题")
|
||||
st.markdown("### 这是一个三级标题")
|
||||
st.markdown("#### 这是一个四级标题")
|
||||
st.markdown("这是正文")
|
||||
Reference in New Issue
Block a user