huytofu92 commited on
Commit
aa6bf89
·
1 Parent(s): d34c1a6

Run playwright install

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