Spaces:
Sleeping
Sleeping
remove redundancy and test short description field
Browse files
README.md
CHANGED
|
@@ -6,7 +6,10 @@ colorTo: yellow
|
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
license: mit
|
| 9 |
-
description:
|
|
|
|
|
|
|
|
|
|
| 10 |
tags:
|
| 11 |
- visualization
|
| 12 |
- EDA
|
|
@@ -15,6 +18,7 @@ tags:
|
|
| 15 |
- data
|
| 16 |
- samples
|
| 17 |
- data-visualization
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
<!-- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference -->
|
|
@@ -40,4 +44,4 @@ For full dashboard functionality, upload a CSV or XLS file with the following co
|
|
| 40 |
|
| 41 |
***Note:**
|
| 42 |
- `lat` and `lon` columns are not required to utilize the dashboard, but there will be no map view if they are not included.
|
| 43 |
-
- `file_url` is not required, but there will be no sample images option if it is not included.
|
|
|
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
license: mit
|
| 9 |
+
description: >-
|
| 10 |
+
Prototype dashboard for exploring imageomics data. Focused on species,
|
| 11 |
+
subspecies, specimen arrangement, etc.; certain columns are required, see
|
| 12 |
+
project details for more information.
|
| 13 |
tags:
|
| 14 |
- visualization
|
| 15 |
- EDA
|
|
|
|
| 18 |
- data
|
| 19 |
- samples
|
| 20 |
- data-visualization
|
| 21 |
+
short_description: Prototype dashboard for exploring imageomics data.
|
| 22 |
---
|
| 23 |
|
| 24 |
<!-- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference -->
|
|
|
|
| 44 |
|
| 45 |
***Note:**
|
| 46 |
- `lat` and `lon` columns are not required to utilize the dashboard, but there will be no map view if they are not included.
|
| 47 |
+
- `file_url` is not required, but there will be no sample images option if it is not included.
|