Tinsae commited on
Commit
0fd8e76
·
1 Parent(s): 9eef50d

Update pages/dashboard.py

Browse files
Files changed (1) hide show
  1. pages/dashboard.py +2 -2
pages/dashboard.py CHANGED
@@ -102,7 +102,7 @@ def main():
102
  year = display_time_filters(df)
103
 
104
  #st.header('{Header!!!!}')
105
- region = display_map(df, year)
106
 
107
  with col2:
108
  #display metric
@@ -110,7 +110,7 @@ def main():
110
  metric_title = f"{product} Harvested Production in Quintals {region} - Italy: {year}"
111
  display_yield(df, year, region, metric_title)
112
 
113
-
114
 
115
  #st.header('{Header!!!!}')
116
 
 
102
  year = display_time_filters(df)
103
 
104
  #st.header('{Header!!!!}')
105
+
106
 
107
  with col2:
108
  #display metric
 
110
  metric_title = f"{product} Harvested Production in Quintals {region} - Italy: {year}"
111
  display_yield(df, year, region, metric_title)
112
 
113
+ region = display_map(df, year)
114
 
115
  #st.header('{Header!!!!}')
116