Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -436,7 +436,7 @@ class ReportGenerator:
|
|
436 |
|
437 |
pdf.output(output_path)
|
438 |
|
439 |
-
|
440 |
"""Processa arquivos e gera relat贸rio."""
|
441 |
try:
|
442 |
temp_dir = "temp_files"
|
|
|
436 |
|
437 |
pdf.output(output_path)
|
438 |
|
439 |
+
def process_files(html_file, excel_files) -> Tuple[str, str, str]:
|
440 |
"""Processa arquivos e gera relat贸rio."""
|
441 |
try:
|
442 |
temp_dir = "temp_files"
|