Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -80,7 +80,7 @@ def Page():
|
|
| 80 |
)
|
| 81 |
display(m)
|
| 82 |
button = solara.Button("Find Sample", on_click=update_image, height='80px')
|
| 83 |
-
solara.Select(label="
|
| 84 |
with solara.Column(align='center'):
|
| 85 |
output = solara.Image(image_data.value)
|
| 86 |
solara.Markdown('''
|
|
|
|
| 80 |
)
|
| 81 |
display(m)
|
| 82 |
button = solara.Button("Find Sample", on_click=update_image, height='80px')
|
| 83 |
+
solara.Select(label="Data Source", value=source, values=['Sentinel-2 L2A','Sentinel-2 L1C', 'Sentinel-1 RTC', 'COP-DEM'], on_value=update_source)
|
| 84 |
with solara.Column(align='center'):
|
| 85 |
output = solara.Image(image_data.value)
|
| 86 |
solara.Markdown('''
|