adpro commited on
Commit
bf029f7
·
verified ·
1 Parent(s): 5335c5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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={}'.format(api_key))
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)