Rooobert commited on
Commit
71c73af
·
verified ·
1 Parent(s): 57ce1fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -408,8 +408,9 @@ def main():
408
  """, unsafe_allow_html=True)
409
 
410
  # 主標題與副標題
411
- st.markdown('<div class="main-header">📊 數位示範場域問卷調查分析報告</div>', unsafe_allow_html=True)
412
- st.markdown('<div class="sub-header">本報告提供全面的問卷調查分析與視覺化圖表,協助了解民眾滿意度與使用者特性</div>', unsafe_allow_html=True)
 
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)