sahanind commited on
Commit
e94caa8
·
verified ·
1 Parent(s): 7f560d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -1,7 +1,2 @@
1
  import subprocess
2
 
3
- # Download Google Chrome
4
- subprocess.run(['wget', 'https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb'])
5
-
6
- # Install Google Chrome
7
- subprocess.run(['apt', 'install', './google-chrome-stable_current_amd64.deb'])
 
1
  import subprocess
2