Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,17 +8,7 @@ from IPython.display import display
|
|
8 |
import ipywidgets
|
9 |
import solara
|
10 |
|
11 |
-
|
12 |
-
import os
|
13 |
-
import leafmap
|
14 |
-
#from .helpers.grid import *
|
15 |
-
#from .helpers.functional import *
|
16 |
-
from leafmap.toolbar import change_basemap
|
17 |
-
from IPython.display import display
|
18 |
-
import ipywidgets
|
19 |
-
import solara
|
20 |
-
|
21 |
-
instructions_top = '''
|
22 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6304c06eeb6d777a838eab63/BJKsLwX0GG4W3-gdf40TJ.png)
|
23 |
# Dataset Viewer
|
24 |
This app provides a way of exploring samples present in the MajorTOM-Core dataset.
|
|
|
8 |
import ipywidgets
|
9 |
import solara
|
10 |
|
11 |
+
iinstructions_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.
|