Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,6 +9,7 @@ from reportlab.lib.pagesizes import letter
|
|
| 9 |
from reportlab.platypus import SimpleDocTemplate, Paragraph
|
| 10 |
from reportlab.lib.styles import getSampleStyleSheet
|
| 11 |
import shutil
|
|
|
|
| 12 |
|
| 13 |
# Function to save results in a PDF file
|
| 14 |
def save_results_to_pdf(results_formatados, intervalo_confiança, valores_finais):
|
|
|
|
| 9 |
from reportlab.platypus import SimpleDocTemplate, Paragraph
|
| 10 |
from reportlab.lib.styles import getSampleStyleSheet
|
| 11 |
import shutil
|
| 12 |
+
import os
|
| 13 |
|
| 14 |
# Function to save results in a PDF file
|
| 15 |
def save_results_to_pdf(results_formatados, intervalo_confiança, valores_finais):
|