Spaces:
Runtime error
Runtime error
Update helpers.py
Browse files- helpers.py +1 -0
helpers.py
CHANGED
@@ -14,6 +14,7 @@ from pathlib import Path
|
|
14 |
import shutil
|
15 |
import requests
|
16 |
from bs4 import BeautifulSoup
|
|
|
17 |
|
18 |
# from file_loader import get_vectorstore
|
19 |
if "GOOGLE_API_KEY" not in os.environ:
|
|
|
14 |
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:
|