Roberta2024 commited on
Commit
57a4e7b
·
verified ·
1 Parent(s): bff1499

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ if st.button('開始爬取資料'):
146
  if st.button('發送前五筆資料到Line'):
147
  msg = df1[:5].to_string(index=False)
148
 
149
- token = "DzMHaXosskpjtGuIjuB7NIcQ5TIoptLz7l7VYzV3Wp4" # Replace with your LINE Notify token
150
 
151
  # Send message to LINE
152
  def send_line_notify(token, msg):
 
146
  if st.button('發送前五筆資料到Line'):
147
  msg = df1[:5].to_string(index=False)
148
 
149
+ token = "E0yvdJqy8zwCCvBtMiR0j3CXNi9xZaXh8g1FrPBmv79" # Replace with your LINE Notify token
150
 
151
  # Send message to LINE
152
  def send_line_notify(token, msg):