@@ -0,0 +1,5 @@
import streamlit as st
user_data = [{'编号': 1, '姓名': '张三', '年龄': 18},{'编号': 2, '姓名': '李四', '年龄': 19},{'编号': 3, '姓名': '王五', '年龄': 20}]
st.table(user_data)
The note is not visible to the blocked user.