Spaces:
Sleeping
Sleeping
changed location of selector
Browse files- pages/05_GOES_NBR.py +1 -1
pages/05_GOES_NBR.py
CHANGED
@@ -61,7 +61,7 @@ class Map(geemap.Map):
|
|
61 |
#selector.on_click(on_selection)
|
62 |
|
63 |
widget = widgets.VBox([selector, output])
|
64 |
-
self.add_widget(widget)
|
65 |
|
66 |
'''
|
67 |
selector = widgets.Dropdown(options=fireList, value="North Complex", description='Wildfire Case Study:')
|
|
|
61 |
#selector.on_click(on_selection)
|
62 |
|
63 |
widget = widgets.VBox([selector, output])
|
64 |
+
self.add_widget(widget, position="topleft")
|
65 |
|
66 |
'''
|
67 |
selector = widgets.Dropdown(options=fireList, value="North Complex", description='Wildfire Case Study:')
|