gvlktejaswi commited on
Commit
bc54855
·
verified ·
1 Parent(s): 2296ab7

Update page_files/Upload_Data.py

Browse files
Files changed (1) hide show
  1. page_files/Upload_Data.py +3 -3
page_files/Upload_Data.py CHANGED
@@ -46,9 +46,9 @@ from categorized.Backend.PDF_DataExtraction import (
46
  # the import path (same directory or added to sys.path above). If you keep them
47
  # under categorized/Backend/, change these three lines to:
48
  # from categorized.Backend import Pdf_ImageExtraction, mapper5, category_push
49
- import Pdf_ImageExtraction
50
- import mapper5
51
- import category_push
52
 
53
  # Manual-entry path (unchanged — writes via the existing data_loader).
54
  from data_loader import insert_material_rows
 
46
  # the import path (same directory or added to sys.path above). If you keep them
47
  # under categorized/Backend/, change these three lines to:
48
  # from categorized.Backend import Pdf_ImageExtraction, mapper5, category_push
49
+
50
+ from categorized.Backend import Pdf_ImageExtraction
51
+ from categorized.Backend import mapper5, category_push
52
 
53
  # Manual-entry path (unchanged — writes via the existing data_loader).
54
  from data_loader import insert_material_rows