iruno commited on
Commit
332dfbe
·
verified ·
1 Parent(s): 79f8c66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -4,7 +4,6 @@ import sys
4
 
5
  print("Installing BrowserGym dependencies...")
6
  subprocess.run("cd BrowserGym && make install", shell=True, check=True)
7
- subprocess.run("playwright install-deps", shell=True, check=True)
8
  print("BrowserGym installation completed successfully")
9
 
10
  # Add BrowserGym directory to sys.path directly
 
4
 
5
  print("Installing BrowserGym dependencies...")
6
  subprocess.run("cd BrowserGym && make install", shell=True, check=True)
 
7
  print("BrowserGym installation completed successfully")
8
 
9
  # Add BrowserGym directory to sys.path directly