thomasm6m6 commited on
Commit
432be03
·
verified ·
1 Parent(s): 0076ba5

Restore minimal OpenEnv app with logs

Browse files
Files changed (1) hide show
  1. README.md +11 -4
README.md CHANGED
@@ -1,20 +1,27 @@
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`
 
 
 
 
 
 
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
  - debug
13
  ---
14
 
15
+ # minimal-openenv-demo
16
 
17
+ A tiny OpenEnv Space for screenshots and debugging.
18
 
19
  Routes:
20
+ - `/web`
21
  - `/health`
22
  - `/logs`
23
+
24
+ Actions:
25
+ - `noop`
26
+ - `increment(amount)`
27
+ - `finish`