Roberta2024 commited on
Commit
157d988
·
verified ·
1 Parent(s): fc06fe9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -29,6 +29,7 @@ def load_data(url):
29
  # Streamlit 應用
30
  st.title("台灣企業ESG數據分析與揭露")
31
  st.subheader("以溫室氣體 X 再生能源 X 董事會資訊: https://www.tejwin.com/insight/carbon-footprint-verification/")
 
32
 
33
  # 允許用戶選擇數據集
34
  dataset_choice = st.selectbox("選擇要顯示的數據集", list(urls.keys()))
 
29
  # Streamlit 應用
30
  st.title("台灣企業ESG數據分析與揭露")
31
  st.subheader("以溫室氣體 X 再生能源 X 董事會資訊: https://www.tejwin.com/insight/carbon-footprint-verification/")
32
+ st.subheader("ESG投資: https://www.fhtrust.com.tw/ESG/operating")
33
 
34
  # 允許用戶選擇數據集
35
  dataset_choice = st.selectbox("選擇要顯示的數據集", list(urls.keys()))