ohalkhateeb commited on
Commit
29f3797
·
verified ·
1 Parent(s): 18bbb68

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -1,6 +1,7 @@
1
  import os
2
  import sys
3
 
 
4
  # Ensure preprocess.py is in the same directory
5
  sys.path.append(os.path.dirname(__file__))
6
 
 
1
  import os
2
  import sys
3
 
4
+ print("Running main.py app")
5
  # Ensure preprocess.py is in the same directory
6
  sys.path.append(os.path.dirname(__file__))
7