Almaatla commited on
Commit
662cd58
·
verified ·
1 Parent(s): 81a74c5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Display Board
3
- emoji: 🌖
4
- colorFrom: blue
5
- colorTo: indigo
6
  sdk: docker
7
- pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
1
  ---
2
+ title: Real-Time Display Board
 
 
 
3
  sdk: docker
4
+ app_port: 7860
5
  ---
6
 
7
+ Simple real-time display board using FastAPI + WebSockets.
8
+
9
+ Environment variables (set as Secrets in the Space settings):
10
+
11
+ - `POSTER_KEY`
12
+ - `READER_KEY`