TiH0 commited on
Commit
4971ff1
·
verified ·
1 Parent(s): a728a2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import json
9
  from pathlib import Path
10
 
11
  # Import your conversion function from ordinary.py
12
- from ordinary import process_excel_to_word
13
 
14
  app = FastAPI(title="QCM Converter API - ORDINARY")
15
 
 
9
  from pathlib import Path
10
 
11
  # Import your conversion function from ordinary.py
12
+ from ord import process_excel_to_word
13
 
14
  app = FastAPI(title="QCM Converter API - ORDINARY")
15