blazingbunny commited on
Commit
4adc016
·
verified ·
1 Parent(s): d111a26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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()