Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,6 +7,9 @@ from os import listdir
|
|
| 7 |
from web import Online_Scraper
|
| 8 |
import requests
|
| 9 |
from time import time as t
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
app = Flask(__name__)
|
| 12 |
|
|
|
|
| 7 |
from web import Online_Scraper
|
| 8 |
import requests
|
| 9 |
from time import time as t
|
| 10 |
+
import os
|
| 11 |
+
|
| 12 |
+
os.system("pip install webscout")
|
| 13 |
|
| 14 |
app = Flask(__name__)
|
| 15 |
|