maxschulz-COL commited on
Commit
5107449
1 Parent(s): 8482af4

Update title of chart

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ gapminder_concat = pd.concat(
29
 
30
  @capture("graph")
31
  def variable_map(data_frame: pd.DataFrame = None, color: Optional[str] = None):
32
- """Custom choropleth figure that needs post update calls."""
33
  fig = px.choropleth(
34
  data_frame,
35
  locations="iso_alpha",
 
29
 
30
  @capture("graph")
31
  def variable_map(data_frame: pd.DataFrame = None, color: Optional[str] = None):
32
+ """Custom choropleth chart that needs post update calls."""
33
  fig = px.choropleth(
34
  data_frame,
35
  locations="iso_alpha",