Spaces:
Running
Running
Update app2.py
Browse files
app2.py
CHANGED
@@ -21,11 +21,6 @@ from typing import Dict, List, Optional, Union, Any, Tuple
|
|
21 |
from dataclasses import dataclass, asdict
|
22 |
import numpy as np
|
23 |
import pandas as pd
|
24 |
-
|
25 |
-
from url_processor import URLProcessor
|
26 |
-
from file_processor import FileProcessor
|
27 |
-
from qr_processor import QRProcessor
|
28 |
-
|
29 |
# Configure advanced logging with rotation
|
30 |
from logging.handlers import RotatingFileHandler
|
31 |
log_handler = RotatingFileHandler(
|
|
|
21 |
from dataclasses import dataclass, asdict
|
22 |
import numpy as np
|
23 |
import pandas as pd
|
|
|
|
|
|
|
|
|
|
|
24 |
# Configure advanced logging with rotation
|
25 |
from logging.handlers import RotatingFileHandler
|
26 |
log_handler = RotatingFileHandler(
|