Adityadn commited on
Commit
0738013
·
verified ·
1 Parent(s): f4415f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -67,4 +67,10 @@ def process():
67
  # subprocess.run([batch_file_path], shell=True)
68
 
69
  launch = "process"
70
- launch()
 
 
 
 
 
 
 
67
  # subprocess.run([batch_file_path], shell=True)
68
 
69
  launch = "process"
70
+
71
+ if launch == "process":
72
+ process()
73
+ elif launch == "test":
74
+ test()
75
+ else:
76
+ print("ERROR!")