mikonvergence commited on
Commit
215117e
·
verified ·
1 Parent(s): 1ca5bdf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -9,12 +9,15 @@ import ipywidgets
9
  import solara
10
 
11
  instructions_top = '''
12
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6304c06eeb6d777a838eab63/BJKsLwX0GG4W3-gdf40TJ.png)
13
  # Dataset Viewer
14
  This app provides a way of exploring samples present in the MajorTOM-Core dataset.
15
  It contains nearly every piece of Earth captured by ESA Sentinel-2 satellite as well as a large fraction of paired Sentinel-1 data from a similar time period.
16
  ### Instructions
17
- To find a sample, navigate on the map to a place of interest. Click `Find Sample` to find a dataset sample that contains the central pixel of your current view.
 
 
 
18
  '''
19
 
20
  instructions_bottom = '''
 
9
  import solara
10
 
11
  instructions_top = '''
12
+ ![image/png](https://raw.githubusercontent.com/ESA-PhiLab/Major-TOM/refs/heads/main/Major_Tom_cropped_logo.png)
13
  # Dataset Viewer
14
  This app provides a way of exploring samples present in the MajorTOM-Core dataset.
15
  It contains nearly every piece of Earth captured by ESA Sentinel-2 satellite as well as a large fraction of paired Sentinel-1 data from a similar time period.
16
  ### Instructions
17
+ There are **two ways to query the dataset**:
18
+
19
+ - To find a sample, navigate on the map to a place of interest. Click `Find Sample` to find a dataset sample that contains the central pixel of your current view.
20
+ - or you can enter a text prompt (encoded with SigLIP) and click `Search with Text`
21
  '''
22
 
23
  instructions_bottom = '''