Spaces:
Sleeping
Sleeping
Update helpers.py
Browse files- helpers.py +1 -0
helpers.py
CHANGED
@@ -15,6 +15,7 @@ import shutil
|
|
15 |
import requests
|
16 |
from bs4 import BeautifulSoup
|
17 |
import os
|
|
|
18 |
|
19 |
# from file_loader import get_vectorstore
|
20 |
if "GOOGLE_API_KEY" not in os.environ:
|
|
|
15 |
import requests
|
16 |
from bs4 import BeautifulSoup
|
17 |
import os
|
18 |
+
os.system("playwright install")
|
19 |
|
20 |
# from file_loader import get_vectorstore
|
21 |
if "GOOGLE_API_KEY" not in os.environ:
|