Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = "
|
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):
|