Tinsae commited on
Commit
5820a3c
1 Parent(s): e957670
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -24,6 +24,5 @@ methods. The team worked on different tasks which are independent of each other
24
  project goal. For demonstration, the team integrated all of them into one dashboard with good usability
25
  for non-technical decision-makers.
26
  ''')
27
- map = folium.Map(location=[42.3, 13], zoom_start=5,scrollWheelZoom=False, tiles='CartoDB positron')
28
- st_map = st_folium(map, width=700, height= 450)
29
 
 
24
  project goal. For demonstration, the team integrated all of them into one dashboard with good usability
25
  for non-technical decision-makers.
26
  ''')
27
+
 
28