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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ import streamlit as st # This import is necessary to access secrets and for the
4
  from selenium import webdriver
5
  from chromedriver_binary import add_chromedriver_to_path
6
  from scrapegraphai.graphs import SearchGraph
 
7
 
8
  # Apply necessary settings for asyncio compatibility in Jupyter/Streamlit environments
9
  nest_asyncio.apply()
 
4
  from selenium import webdriver
5
  from chromedriver_binary import add_chromedriver_to_path
6
  from scrapegraphai.graphs import SearchGraph
7
+ playwright install
8
 
9
  # Apply necessary settings for asyncio compatibility in Jupyter/Streamlit environments
10
  nest_asyncio.apply()