c-gohlke commited on
Commit
6d93e52
Β·
1 Parent(s): 7d32d39

Update Space

Browse files
Files changed (1) hide show
  1. README.md +18 -8
README.md CHANGED
@@ -1,12 +1,22 @@
1
  ---
2
- title: Litrl Api
3
- emoji: 🌍
4
- colorFrom: gray
5
- colorTo: pink
6
- sdk: gradio
7
- sdk_version: 4.13.0
8
- app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Connect4
3
+ emoji: 🌐
4
+ colorFrom: blue
5
+ colorTo: yellow
6
+ sdk: docker
 
 
7
  pinned: false
8
+ license: mit
9
  ---
10
 
11
+ frontend adapted from [github](https://github.com/jprioses/connect-four-game)
12
+
13
+ Check out the configuration reference at [huggingface](https://huggingface.co/docs/hub/spaces-config-reference)
14
+
15
+ ## TODO
16
+
17
+ link to github repo
18
+
19
+ test block forced move
20
+
21
+ Connect to AWS database https://aws.amazon.com/rds/?p=ft&c=db&z=3
22
+ using alembic and sqlmodel