Spaces:
Running
Running
Update app/app.py
Browse files- app/app.py +1 -0
app/app.py
CHANGED
@@ -12,6 +12,7 @@ import json
|
|
12 |
import os
|
13 |
from contextlib import asynccontextmanager
|
14 |
from typing import Optional, Union
|
|
|
15 |
|
16 |
import httpx
|
17 |
from fastapi import FastAPI, Request, BackgroundTasks
|
|
|
12 |
import os
|
13 |
from contextlib import asynccontextmanager
|
14 |
from typing import Optional, Union
|
15 |
+
from newsapi import NewsApiClient
|
16 |
|
17 |
import httpx
|
18 |
from fastapi import FastAPI, Request, BackgroundTasks
|