DavidSB commited on
Commit
ec46319
1 Parent(s): f634c90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ from docx.enum.text import WD_PARAGRAPH_ALIGNMENT
24
  from docx.shared import Inches
25
  from num2words import num2words
26
  from datetime import datetime
27
- %matplotlib inline
28
 
29
  #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30
  # 2) FUNÇÕES ACESSÓRIAS
 
24
  from docx.shared import Inches
25
  from num2words import num2words
26
  from datetime import datetime
27
+ #%matplotlib inline
28
 
29
  #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30
  # 2) FUNÇÕES ACESSÓRIAS