Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ st.set_page_config(page_title="WhatsApp Chat Analyzer", layout="wide")
3
 
4
  import pandas as pd
5
  import matplotlib.pyplot as plt
6
- import seaborn as sns
7
  import preprocessor, helper
8
  from sentiment import predict_sentiment_batch
9
  import os
 
3
 
4
  import pandas as pd
5
  import matplotlib.pyplot as plt
6
+ import seaborn as sns
7
  import preprocessor, helper
8
  from sentiment import predict_sentiment_batch
9
  import os