Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,8 @@ import os
|
|
11 |
import regex
|
12 |
import requests
|
13 |
|
|
|
|
|
14 |
listofcategories=["Earnings Announcements", "Automotive","Energy","Healthcare","Retail","Technology"]
|
15 |
|
16 |
headers = {'Content-type': 'application/json', 'Accept': 'text/plain'}
|
|
|
11 |
import regex
|
12 |
import requests
|
13 |
|
14 |
+
HRA_TOKEN=os.getenv("HRA_TOKEN")
|
15 |
+
|
16 |
listofcategories=["Earnings Announcements", "Automotive","Energy","Healthcare","Retail","Technology"]
|
17 |
|
18 |
headers = {'Content-type': 'application/json', 'Accept': 'text/plain'}
|