Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|