vedsadani commited on
Commit
402ebf5
·
verified ·
1 Parent(s): 0759269

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -40,6 +40,12 @@ target_words = ["Bandwidth", "Interference", "Call Quality", "Network", "Handove
40
  global result_dict
41
  result_dict = {}
42
 
 
 
 
 
 
 
43
  global network_features
44
  network_features = {
45
  'Bandwidth': [
 
40
  global result_dict
41
  result_dict = {}
42
 
43
+ global columns
44
+ columns=[]
45
+
46
+ global column_avgs
47
+ column_avgs={}
48
+
49
  global network_features
50
  network_features = {
51
  'Bandwidth': [