Reyad-Ahmmed commited on
Commit
04be667
·
verified ·
1 Parent(s): 096fe81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -37,8 +37,7 @@ if num_args > 1:
37
  # sys.argv[0] is the script name, sys.argv[1] is the first argument, etc.
38
  runModel = arg1
39
  print(f"Passed value: {runModel}")
40
- print (arg2)
41
-
42
  else:
43
  print("No argument was passed.")
44
 
 
37
  # sys.argv[0] is the script name, sys.argv[1] is the first argument, etc.
38
  runModel = arg1
39
  print(f"Passed value: {runModel}")
40
+ print (arg2)
 
41
  else:
42
  print("No argument was passed.")
43