Docfile commited on
Commit
0fbc0f2
·
verified ·
1 Parent(s): 00a8e67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -8,8 +8,7 @@ from docx.enum.table import WD_TABLE_ALIGNMENT
8
  from docx.oxml.ns import nsdecls
9
  from docx.oxml import parse_xml
10
  from docx.oxml.shared import qn
11
- from docx.oxml.xmlchemy import OxmlElement
12
-
13
  # Configuration des identifiants ConvertAPI
14
  convertapi.api_credentials = 'secret_8wCI6pgOP9AxLVJG'
15
 
 
8
  from docx.oxml.ns import nsdecls
9
  from docx.oxml import parse_xml
10
  from docx.oxml.shared import qn
11
+ from docx.oxml import OxmlElement
 
12
  # Configuration des identifiants ConvertAPI
13
  convertapi.api_credentials = 'secret_8wCI6pgOP9AxLVJG'
14