-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.py
More file actions
26 lines (19 loc) · 771 Bytes
/
home.py
File metadata and controls
26 lines (19 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
import panel as pn
pn.extension()
pn.pane.Markdown(
"""
# DMS Datastore UI
Welcome to the DMS Datastore UI, a tool for managing and exploring data in the DMS datastore.
## Available Tools
- [Repository UI](/repoui) - Manage and explore repositories
- [Data Screener](/data_screener) - Screen data for quality control
- [Flag Editor](/flag_editor) - Edit data flags
- [Map Inventory Explorer](/map_inventory_explorer) - Explore map inventories
## Getting Started
1. Choose one of the tools above to get started
2. Refer to the documentation for more information
3. Contact the administrator if you have any issues
---
*Powered by DMS Datastore UI*
"""
).servable("Delta Modeling Section Data Repository")