heerjtdev commited on
Commit
212abec
·
verified ·
1 Parent(s): 70b54a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -149,6 +149,13 @@ import shutil
149
  from img2pdf import Rotation
150
  from pathlib import Path
151
 
 
 
 
 
 
 
 
152
  # ==============================
153
  # PIPELINE IMPORT
154
  # ==============================
 
149
  from img2pdf import Rotation
150
  from pathlib import Path
151
 
152
+
153
+
154
+ print("--- DEBUG: Current Working Directory ---")
155
+ print(os.getcwd())
156
+ print("--- DEBUG: Files in Root ---")
157
+ print(os.listdir('.'))
158
+
159
  # ==============================
160
  # PIPELINE IMPORT
161
  # ==============================