Adrit Rao commited on
Commit
687851e
1 Parent(s): 81b9c1f

Add application file v2

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import subprocess
8
  import subprocess
9
 
10
  # Command to make the script executable
11
- command = "chmod +x install.sh"
12
 
13
  try:
14
  subprocess.run(command, shell=True, check=True)
 
8
  import subprocess
9
 
10
  # Command to make the script executable
11
+ command = "./install.sh"
12
 
13
  try:
14
  subprocess.run(command, shell=True, check=True)