Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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': [
|