Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ from bs4 import BeautifulSoup
|
|
| 14 |
import requests
|
| 15 |
from Bert_predict import BertPredictor
|
| 16 |
|
| 17 |
-
bert_predictor = BertPredictor(
|
| 18 |
# --- 2. 測試 get_news_index() 方法 ---
|
| 19 |
print("\n" + "-"*50)
|
| 20 |
print(f"[步驟 2] 測試 get_news_index() 方法...")
|
|
|
|
| 14 |
import requests
|
| 15 |
from Bert_predict import BertPredictor
|
| 16 |
|
| 17 |
+
bert_predictor = BertPredictor()
|
| 18 |
# --- 2. 測試 get_news_index() 方法 ---
|
| 19 |
print("\n" + "-"*50)
|
| 20 |
print(f"[步驟 2] 測試 get_news_index() 方法...")
|