Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def run_lora(prompt,site,start,end):
|
|
19 |
f'domains={site}&'
|
20 |
f'from={start}&to={end}&'
|
21 |
f'sortBy=relevancy&'
|
22 |
-
f'apiKey=
|
23 |
|
24 |
# Gửi yêu cầu GET tới NewsAPI
|
25 |
response = requests.get(url)
|
|
|
19 |
f'domains={site}&'
|
20 |
f'from={start}&to={end}&'
|
21 |
f'sortBy=relevancy&'
|
22 |
+
f'apiKey=8ac7c497c32a43f09fe9c39a7a316239')
|
23 |
|
24 |
# Gửi yêu cầu GET tới NewsAPI
|
25 |
response = requests.get(url)
|