Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,6 @@ nest_asyncio.apply()
|
|
11 |
# Access your API keys securely
|
12 |
OPENAI_API_KEY = st.secrets["OPENAI_API_KEY"]
|
13 |
|
14 |
-
# Selenium setup function
|
15 |
def setup_selenium():
|
16 |
add_chromedriver_to_path()
|
17 |
options = webdriver.ChromeOptions()
|
|
|
11 |
# Access your API keys securely
|
12 |
OPENAI_API_KEY = st.secrets["OPENAI_API_KEY"]
|
13 |
|
|
|
14 |
def setup_selenium():
|
15 |
add_chromedriver_to_path()
|
16 |
options = webdriver.ChromeOptions()
|