Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
| 1 |
---
|
| 2 |
title: Xet Object Viewer
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
app_build_command: pnpm run build:dist && ls -la
|
| 9 |
app_file: dist/index.html
|
| 10 |
license: mit
|
| 11 |
-
short_description:
|
| 12 |
---
|
| 13 |
|
| 14 |
# Svelte + TS + Vite
|
|
@@ -57,4 +57,4 @@ If you have state that's important to retain within a component, consider creati
|
|
| 57 |
// An extremely simple external store
|
| 58 |
import { writable } from "svelte/store";
|
| 59 |
export default writable(0);
|
| 60 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
title: Xet Object Viewer
|
| 3 |
+
emoji: 👁
|
| 4 |
+
colorFrom: purple
|
| 5 |
+
colorTo: indigo
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
app_build_command: pnpm run build:dist && ls -la
|
| 9 |
app_file: dist/index.html
|
| 10 |
license: mit
|
| 11 |
+
short_description: Display the contents of a xorb or a shard
|
| 12 |
---
|
| 13 |
|
| 14 |
# Svelte + TS + Vite
|
|
|
|
| 57 |
// An extremely simple external store
|
| 58 |
import { writable } from "svelte/store";
|
| 59 |
export default writable(0);
|
| 60 |
+
```
|