Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -408,8 +408,9 @@ def main():
|
|
408 |
""", unsafe_allow_html=True)
|
409 |
|
410 |
# 主標題與副標題
|
411 |
-
st.markdown('<div class="main-header">📊
|
412 |
-
st.markdown('<div class="sub-header"
|
|
|
413 |
|
414 |
# 讀取數據
|
415 |
df = read_google_sheet(sheet_id, gid)
|
|
|
408 |
""", unsafe_allow_html=True)
|
409 |
|
410 |
# 主標題與副標題
|
411 |
+
st.markdown('<div class="main-header">📊 114年度樂齡學習數位示範體驗場域 服務滿意度調查分析報告</div>', unsafe_allow_html=True)
|
412 |
+
st.markdown('<div class="sub-header">本報告提供全面的問卷調查分析與視覺化圖表,瞭解樂齡學習者參與數位示範場域服務滿意情形</div>', unsafe_allow_html=True)
|
413 |
+
st.markdown('<div class="sub-header">本國立中正大學高齡教育研究中心專案管理團隊製作</div>', unsafe_allow_html=True)
|
414 |
|
415 |
# 讀取數據
|
416 |
df = read_google_sheet(sheet_id, gid)
|