UI fix
Browse files- appStore/target.py +1 -1
appStore/target.py
CHANGED
|
@@ -96,7 +96,7 @@ def target_display():
|
|
| 96 |
if range_val !=0:
|
| 97 |
count_target = sum(hits['Target Label'] == 'TARGET')
|
| 98 |
count_netzero = sum(hits['Netzero Label'] == 'NETZERO')
|
| 99 |
-
count_ghg = sum(hits['GHG Label'] == '
|
| 100 |
count_economy = sum([True if 'Economy-wide' in x else False
|
| 101 |
for x in hits['Sector Label']])
|
| 102 |
|
|
|
|
| 96 |
if range_val !=0:
|
| 97 |
count_target = sum(hits['Target Label'] == 'TARGET')
|
| 98 |
count_netzero = sum(hits['Netzero Label'] == 'NETZERO')
|
| 99 |
+
count_ghg = sum(hits['GHG Label'] == 'GHG')
|
| 100 |
count_economy = sum([True if 'Economy-wide' in x else False
|
| 101 |
for x in hits['Sector Label']])
|
| 102 |
|