Omnibus commited on
Commit
e77599e
·
1 Parent(s): ce23107

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -5,6 +5,8 @@ print(os.environ)
5
 
6
  import asyncio
7
  os.system('playwright install')
 
 
8
  from playwright.async_api import async_playwright
9
 
10
 
 
5
 
6
  import asyncio
7
  os.system('playwright install')
8
+ os.system('playwright install-deps')
9
+
10
  from playwright.async_api import async_playwright
11
 
12