thomasm6m6 commited on
Commit
7fcd216
·
verified ·
1 Parent(s): 9345786

Switch to plain FastAPI debug Space

Browse files
Files changed (1) hide show
  1. README.md +8 -11
README.md CHANGED
@@ -1,23 +1,20 @@
1
  ---
2
- title: Minimal OpenEnv Demo
3
  emoji: ✅
4
  colorFrom: blue
5
  colorTo: indigo
6
  sdk: docker
7
  pinned: false
8
  app_port: 8000
9
- base_path: /web
10
  tags:
11
- - openenv
12
  ---
13
 
14
- # minimal-openenv-demo
15
 
16
- A tiny OpenEnv Space for UI screenshots.
17
 
18
- Actions:
19
- - `noop`
20
- - `increment(amount)`
21
- - `finish`
22
-
23
- The environment only maintains a small counter and always responds immediately.
 
1
  ---
2
+ title: Minimal FastAPI Demo
3
  emoji: ✅
4
  colorFrom: blue
5
  colorTo: indigo
6
  sdk: docker
7
  pinned: false
8
  app_port: 8000
 
9
  tags:
10
+ - debug
11
  ---
12
 
13
+ # minimal-fastapi-demo
14
 
15
+ A plain FastAPI Space used only to verify that the container starts and serves a page.
16
 
17
+ Routes:
18
+ - `/`
19
+ - `/health`
20
+ - `/logs`