Spaces:
Sleeping
Sleeping
Commit 路
acc69a1
1
Parent(s): d6117cb
word changes
Browse files
app.py
CHANGED
|
@@ -81,7 +81,7 @@ def server(input, output, session):
|
|
| 81 |
|
| 82 |
try:
|
| 83 |
fig = show_two_plots(gdf_trees, f'simulated_temp_{value_trees}%', 'LST',
|
| 84 |
-
min_temp, max_temp, 'coolwarm',f"Temperatura estimada despu茅s del
|
| 85 |
"Temperatura antes",'Temperatura (掳C)',split=split)
|
| 86 |
return fig
|
| 87 |
except Exception as e:
|
|
@@ -137,7 +137,7 @@ def server(input, output, session):
|
|
| 137 |
max_tree_increase = 90
|
| 138 |
fig = show_one_plot(gdf_temp, f'pp_trees_increase_for_{value_temp}C', min_tree_increase,
|
| 139 |
max_tree_increase, 'Greens',
|
| 140 |
-
f"Aumento de
|
| 141 |
"Cambio en cobertura arb贸rea (%pt)")
|
| 142 |
return fig
|
| 143 |
|
|
|
|
| 81 |
|
| 82 |
try:
|
| 83 |
fig = show_two_plots(gdf_trees, f'simulated_temp_{value_trees}%', 'LST',
|
| 84 |
+
min_temp, max_temp, 'coolwarm',f"Temperatura estimada despu茅s del aumento de cobertura arb贸rea (+{value_trees}% )",
|
| 85 |
"Temperatura antes",'Temperatura (掳C)',split=split)
|
| 86 |
return fig
|
| 87 |
except Exception as e:
|
|
|
|
| 137 |
max_tree_increase = 90
|
| 138 |
fig = show_one_plot(gdf_temp, f'pp_trees_increase_for_{value_temp}C', min_tree_increase,
|
| 139 |
max_tree_increase, 'Greens',
|
| 140 |
+
f"Aumento de cobertura arb贸rea por disminuci贸n de {value_temp}掳C",
|
| 141 |
"Cambio en cobertura arb贸rea (%pt)")
|
| 142 |
return fig
|
| 143 |
|