Update app.py
Browse files
app.py
CHANGED
@@ -480,7 +480,7 @@ class TextClassifier:
|
|
480 |
}
|
481 |
|
482 |
# Initialize the logger
|
483 |
-
excel_logger = ExcelLogger(log_dir="
|
484 |
|
485 |
def analyze_text(text: str, mode: str, classifier: TextClassifier) -> tuple:
|
486 |
"""Analyze text using specified mode and return formatted results."""
|
|
|
480 |
}
|
481 |
|
482 |
# Initialize the logger
|
483 |
+
excel_logger = ExcelLogger(log_dir=".")
|
484 |
|
485 |
def analyze_text(text: str, mode: str, classifier: TextClassifier) -> tuple:
|
486 |
"""Analyze text using specified mode and return formatted results."""
|