Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ center = solara.reactive((20, 0))
|
|
| 28 |
gridcell = solara.reactive('')
|
| 29 |
timestamp = solara.reactive('')
|
| 30 |
zoom= solara.reactive(4)
|
| 31 |
-
source = solara.reactive('
|
| 32 |
|
| 33 |
@solara.component
|
| 34 |
def Page():
|
|
|
|
| 28 |
gridcell = solara.reactive('')
|
| 29 |
timestamp = solara.reactive('')
|
| 30 |
zoom= solara.reactive(4)
|
| 31 |
+
source = solara.reactive('Sentinel-2 L2A')
|
| 32 |
|
| 33 |
@solara.component
|
| 34 |
def Page():
|