Spaces:
Running
Running
Small edit to a docstring
#2
by SuperTester1234 - opened
app.py
CHANGED
|
@@ -152,7 +152,7 @@ def scatter_relation(x: str, y: str, size: str, data_frame: pd.DataFrame = None)
|
|
| 152 |
|
| 153 |
|
| 154 |
def create_variable_analysis():
|
| 155 |
-
"""Function returns a page with gapminder data to do variable analysis."""
|
| 156 |
page_variable = vm.Page(
|
| 157 |
title="Variable Analysis",
|
| 158 |
description="Analyzing population, GDP per capita and life expectancy on country and continent level",
|
|
|
|
| 152 |
|
| 153 |
|
| 154 |
def create_variable_analysis():
|
| 155 |
+
"""Function that returns a page with gapminder data to do variable analysis."""
|
| 156 |
page_variable = vm.Page(
|
| 157 |
title="Variable Analysis",
|
| 158 |
description="Analyzing population, GDP per capita and life expectancy on country and continent level",
|