Spaces:
Sleeping
Sleeping
Update pages/market_rent_estimation.py
Browse files
pages/market_rent_estimation.py
CHANGED
|
@@ -138,7 +138,7 @@ def main():
|
|
| 138 |
'fillColor': '#00000000', # Make the fill color transparent
|
| 139 |
'color': '#00000000', # Set the border color
|
| 140 |
'weight': 2 # Set the border width
|
| 141 |
-
},
|
| 142 |
)
|
| 143 |
# Add a popup with the name
|
| 144 |
popup = folium.Popup(row['full_submarket'], parse_html=True)
|
|
|
|
| 138 |
'fillColor': '#00000000', # Make the fill color transparent
|
| 139 |
'color': '#00000000', # Set the border color
|
| 140 |
'weight': 2 # Set the border width
|
| 141 |
+
},
|
| 142 |
)
|
| 143 |
# Add a popup with the name
|
| 144 |
popup = folium.Popup(row['full_submarket'], parse_html=True)
|