JPBianchi commited on
Commit
56f4ab2
1 Parent(s): ae92cb7

fixed import

Browse files
Files changed (1) hide show
  1. app/main_reflex.py +1 -1
app/main_reflex.py CHANGED
@@ -16,7 +16,7 @@ try:
16
  except Exception as e:
17
  pass
18
 
19
- from .engine.processing import ( # << creates the collection already
20
  process_pdf,
21
  process_txt,
22
  index_data,
 
16
  except Exception as e:
17
  pass
18
 
19
+ from app.engine.processing import ( # << creates the collection already
20
  process_pdf,
21
  process_txt,
22
  index_data,