raannakasturi commited on
Commit
10be315
·
verified ·
1 Parent(s): 5c41f4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,5 +123,5 @@ def installChrome():
123
 
124
  if __name__ == "__main__":
125
  installChrome()
126
- print(subprocess.run("App Starting...")
127
  app.launch()
 
123
 
124
  if __name__ == "__main__":
125
  installChrome()
126
+ print("App Starting...")
127
  app.launch()