Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def process():
|
|
61 |
print("Installing..")
|
62 |
|
63 |
subprocess.run(command)# Menjalankan file batch
|
64 |
-
print("Running..)
|
65 |
# subprocess.run([batch_file_path], shell=True)
|
66 |
|
67 |
launch = "process"
|
|
|
61 |
print("Installing..")
|
62 |
|
63 |
subprocess.run(command)# Menjalankan file batch
|
64 |
+
print("Running..")
|
65 |
# subprocess.run([batch_file_path], shell=True)
|
66 |
|
67 |
launch = "process"
|