You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
301 B
15 lines
301 B
5 months ago
|
import streamlit as st
|
||
|
from st_pages import Page, Section, show_pages, add_page_title, add_indentation
|
||
|
from streamlit_echarts import st_echarts
|
||
|
|
||
|
# 获取 URL 参数并初始化 session state
|
||
|
|
||
|
add_page_title()
|
||
|
add_indentation()
|
||
|
|
||
|
|
||
|
# 页面标题
|
||
|
st.title("欢迎来到流感基金关联分析系统")
|
||
|
|
||
|
|