calibr234 commited on
Commit
0956590
·
verified ·
1 Parent(s): ff12048

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -77,10 +77,10 @@ Tweet Processing Script for Google Colab - Enhanced with NLP and Sentiment Analy
77
  This version is optimized for Google Colab with GPU acceleration and Google Drive integration.
78
  """
79
 
80
- import os
81
  import re
82
  import json
83
- import pandas as pd
84
  import numpy as np
85
  import torch
86
  import math
 
77
  This version is optimized for Google Colab with GPU acceleration and Google Drive integration.
78
  """
79
 
80
+
81
  import re
82
  import json
83
+
84
  import numpy as np
85
  import torch
86
  import math