TiH0 commited on
Commit
2463d3e
·
verified ·
1 Parent(s): 76b4094

Update app.py

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