ApsidalSolid4 commited on
Commit
b02cae9
·
verified ·
1 Parent(s): a167831

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -480,7 +480,7 @@ class TextClassifier:
480
  }
481
 
482
  # Initialize the logger
483
- excel_logger = ExcelLogger(log_dir="prediction_logs")
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."""