assafvayner HF Staff commited on
Commit
f39a207
·
verified ·
1 Parent(s): c9619ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -1,14 +1,14 @@
1
  ---
2
  title: Xet Object Viewer
3
- emoji: 🔥
4
- colorFrom: pink
5
- colorTo: gray
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: Shows the contents of a xorb or a shard
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
+ ```