mikonvergence commited on
Commit
c49768c
·
verified ·
1 Parent(s): a34d9c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ def Page(style='background-image: linear-gradient(to right, #2f3192, #0171bd, #3
100
  solara.InputText("(Optional) Text Prompt:", value=search_prompt)
101
  text_button = solara.Button("Search with Text", on_click=update_image_with_text, height='50px')
102
 
103
- solara.Select(label="Data Source", value=source, values=['Sentinel-2 L2A','Sentinel-2 L1C', 'Sentinel-1 RTC', 'COP-DEM'], on_value=update_source)
104
  with solara.Column(align='center'):
105
  output = solara.Image(image_data.value)
106
  solara.Markdown('''
 
100
  solara.InputText("(Optional) Text Prompt:", value=search_prompt)
101
  text_button = solara.Button("Search with Text", on_click=update_image_with_text, height='50px')
102
 
103
+ solara.Select(label="Data Source", value=source, values=['Sentinel-2 L2A','Sentinel-2 L1C', 'Sentinel-1 RTC', 'COP-DEM','AlphaEarth Embeddings'], on_value=update_source)
104
  with solara.Column(align='center'):
105
  output = solara.Image(image_data.value)
106
  solara.Markdown('''