Spaces:
Running
Running
Trisha Tomy
commited on
Commit
·
7434da8
1
Parent(s):
d653955
headless false
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ async def initialize_runner():
|
|
27 |
"environment": {
|
28 |
"name": "webbrowser",
|
29 |
"homepage": "https://www.google.com",
|
30 |
-
"headless":
|
31 |
"launch_args": ["--no-sandbox", "--disable-setuid-sandbox"]
|
32 |
},
|
33 |
"solver": {
|
|
|
27 |
"environment": {
|
28 |
"name": "webbrowser",
|
29 |
"homepage": "https://www.google.com",
|
30 |
+
"headless": False,
|
31 |
"launch_args": ["--no-sandbox", "--disable-setuid-sandbox"]
|
32 |
},
|
33 |
"solver": {
|