rairo commited on
Commit
7378716
·
verified ·
1 Parent(s): e5adc42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ import subprocess
9
 
10
  # Ensure Playwright installs required browsers and dependencies
11
  subprocess.run(["playwright", "install"])
 
12
 
13
  nest_asyncio.apply()
14
 
 
9
 
10
  # Ensure Playwright installs required browsers and dependencies
11
  subprocess.run(["playwright", "install"])
12
+ subprocess.run(["playwright", "install-deps"])
13
 
14
  nest_asyncio.apply()
15