Adityadn commited on
Commit
2b100fe
·
verified ·
1 Parent(s): ae4dd07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def process():
54
 
55
  # Gabungkan semua argumen
56
  PIP = ["pip", "install", "-r", "requirements.txt"]
57
- command = ["python", python_script] + additional_arguments
58
 
59
  # Jalankan skrip menggunakan subprocess
60
  subprocess.run(PIP)
 
54
 
55
  # Gabungkan semua argumen
56
  PIP = ["pip", "install", "-r", "requirements.txt"]
57
+ command = ["python", python_script] # + additional_arguments
58
 
59
  # Jalankan skrip menggunakan subprocess
60
  subprocess.run(PIP)