Reshmarb commited on
Commit
1158682
·
1 Parent(s): 6fb32c9

file added

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def preprocess_input(user_input):
68
  logger.info(f"Preprocessed input: {user_input}")
69
  return user_input
70
 
71
- # Function for sentiment analysis (optional)
72
  def analyze_sentiment(user_input):
73
  logger.info("Analyzing sentiment...")
74
  result = sentiment_analyzer(user_input)
 
68
  logger.info(f"Preprocessed input: {user_input}")
69
  return user_input
70
 
71
+ # Function for sentiment analysis
72
  def analyze_sentiment(user_input):
73
  logger.info("Analyzing sentiment...")
74
  result = sentiment_analyzer(user_input)