broadfield-dev commited on
Commit
1bc4301
·
verified ·
1 Parent(s): 98927c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -1,10 +1,10 @@
1
  ---
2
- title: Stack Overflow Game
3
- emoji: 🐨
4
- colorFrom: green
5
- colorTo: yellow
6
  sdk: static
 
 
7
  pinned: false
8
- ---
9
-
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: Retro Tetris
3
+ emoji: 🎮
4
+ colorFrom: blue
5
+ colorTo: purple
6
  sdk: static
7
+ app_file: index.html
8
+ app_build_command: npm install && npm run build
9
  pinned: false
10
+ ---