Spaces:
Running
Running
maxschulz-COL
commited on
Commit
•
5107449
1
Parent(s):
8482af4
Update title of chart
Browse files
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
|
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",
|