Borya-Goldarb commited on
Commit
1f83b6b
·
verified ·
1 Parent(s): 928951d

Update pages/market_rent_estimation.py

Browse files
Files changed (1) hide show
  1. pages/market_rent_estimation.py +1 -1
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)