Spaces:
Sleeping
Sleeping
Run playwright install
Browse files
app.py
CHANGED
@@ -4,6 +4,9 @@ import requests
|
|
4 |
import pandas as pd
|
5 |
from mini_agents import master_agent
|
6 |
from utils import get_full_file_path
|
|
|
|
|
|
|
7 |
|
8 |
# (Keep Constants as is)
|
9 |
# --- Constants ---
|
|
|
4 |
import pandas as pd
|
5 |
from mini_agents import master_agent
|
6 |
from utils import get_full_file_path
|
7 |
+
import subprocess
|
8 |
+
|
9 |
+
subprocess.run(["playwright", "install"])
|
10 |
|
11 |
# (Keep Constants as is)
|
12 |
# --- Constants ---
|