Adityadn commited on
Commit
7f6297b
·
verified ·
1 Parent(s): 48f2a7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -63,11 +63,10 @@ def process():
63
 
64
  # Jalankan skrip menggunakan subprocess
65
  subprocess.run(PIP)
66
- subprocess.run(command)# Menjalankan file batch
67
 
68
- print(PIP)
69
- print(f"""{command}
70
- Running..""")
71
  # subprocess.run([batch_file_path], shell=True)
72
 
73
  process()
 
63
 
64
  # Jalankan skrip menggunakan subprocess
65
  subprocess.run(PIP)
66
+ print("Installing..")
67
 
68
+ subprocess.run(command)# Menjalankan file batch
69
+ print("Running..)
 
70
  # subprocess.run([batch_file_path], shell=True)
71
 
72
  process()