Tina Odaka commited on
Commit
be36740
1 Parent(s): 17a6940

update README

Browse files
Files changed (1) hide show
  1. README.md +13 -6
README.md CHANGED
@@ -1,14 +1,21 @@
1
  ---
2
- title: Panel Template
3
- emoji: 📈
4
- colorFrom: gray
5
- colorTo: green
6
  sdk: docker
7
  pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
11
- How to test on your PC
 
 
 
 
 
 
 
12
 
13
  - Download the configuration
14
 
 
1
  ---
2
+ title: SADCP View web test application
3
+ emoji: 🌊⛴
4
+ colorFrom: white
5
+ colorTo: blue
6
  sdk: docker
7
  pinned: false
8
  ---
9
 
10
+ # How to run the web-app on a docker instance
11
+ ```
12
+ git clone https://huggingface.co/spaces/SADCPVIEW/Test
13
+ ```
14
+ You have all you need (Dockerfile, requirements, code) in this repo
15
+
16
+
17
+
18
+ # How to run the web-app on your PC
19
 
20
  - Download the configuration
21