Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -7,6 +7,8 @@ from playwright.async_api import async_playwright
|
|
7 |
from fastapi import FastAPI
|
8 |
import random
|
9 |
|
|
|
|
|
10 |
# Allow nested use of asyncio.run() in Jupyter
|
11 |
#nest_asyncio.apply()
|
12 |
|
|
|
7 |
from fastapi import FastAPI
|
8 |
import random
|
9 |
|
10 |
+
import requests
|
11 |
+
from bs4 import BeautifulSoup
|
12 |
# Allow nested use of asyncio.run() in Jupyter
|
13 |
#nest_asyncio.apply()
|
14 |
|