Datasets:
version int64 | brand dict | assistant dict | contact dict | groups list |
|---|---|---|---|---|
1 | {
"label": "Bit Trading Company",
"sub": "AI Lab",
"href": "https://huggingface.co/Bit-Trading-Company",
"title": "The Bit Trading Company on Hugging Face"
} | {
"name": "Ask ASE",
"status": "soon",
"kind": "PLATFORM · ASSISTANT",
"note": "ASSISTANT · IN BUILD"
} | {
"channels": [
{
"kind": "Hugging Face",
"icon": "cube",
"value": "Bit-Trading-Company",
"href": "https://huggingface.co/Bit-Trading-Company",
"note": "MODELS · DATASETS · SPACES"
},
{
"kind": "GitHub",
"icon": "code",
"value": "Bit-Trading-Company",
... | [
{
"label": "Intelligence",
"items": [
{
"name": "News Scout",
"icon": "globe",
"status": "soon",
"url": "",
"action": "",
"kind": "INTELLIGENCE · SPACE",
"progress": null
},
{
"name": "Sentiment Deep-Dive",
"icon": "ch... |
bit-config
Configuration shared by every Bit Trading Company Hugging Face Space.
| File | What |
|---|---|
nav.json |
the App Sidebar: modules, launch status, destinations |
Why this is a dataset and not code
The Spaces share their chrome through the
bit-ui package, pinned per
Space as a git submodule. Pinning is right for code — a bad change cannot break
every Space at once — but wrong for a link, because promoting a module from
coming soon to live would then mean a pull request in every repository.
So the navigation is data instead. Edit nav.json, and each Space picks it up
on its next restart.
Editing
Use ops/publish_nav.py in the bit-finance-atlas repo. It validates the
document against the same rules the Spaces apply before uploading, and shows a
diff first.
Rules
- A
liveitem needs aurl. One without is demoted tosoonrather than rendered as a dead link. - Only
https,http,mailtoandtelURLs are accepted. progressis optional and omitted by default. The coming-soon dialog draws a build-progress bar only when a real number is supplied here; an invented percentage is worse than no bar.- Every value is escaped when rendered. It is still config that reaches every Space at once, so treat it with the care that implies.
- Downloads last month
- -