Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,8 @@ from fpdf import FPDF
|
|
| 6 |
import tempfile
|
| 7 |
import re
|
| 8 |
import logging
|
| 9 |
-
from concurrent.futures import ThreadPoolExecutor
|
|
|
|
| 10 |
|
| 11 |
logging.basicConfig(level=logging.INFO)
|
| 12 |
logger = logging.getLogger(__name__)
|
|
|
|
| 6 |
import tempfile
|
| 7 |
import re
|
| 8 |
import logging
|
| 9 |
+
from concurrent.futures import ThreadPoolExecutor, as_completed
|
| 10 |
+
|
| 11 |
|
| 12 |
logging.basicConfig(level=logging.INFO)
|
| 13 |
logger = logging.getLogger(__name__)
|