PierreRouanet commited on
Commit
6d89059
·
1 Parent(s): 07d7978

Update front page.

Browse files
Files changed (2) hide show
  1. README.md +3 -2
  2. index.html +3 -3
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Reachy Mini App Example
3
  emoji: 📊
4
  colorFrom: red
5
  colorTo: blue
@@ -7,4 +7,5 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
1
  ---
2
+ title: Reachy Mini Hand Tracking App
3
  emoji: 📊
4
  colorFrom: red
5
  colorTo: blue
 
7
  pinned: false
8
  ---
9
 
10
+
11
+
index.html CHANGED
@@ -4,7 +4,7 @@
4
  <head>
5
  <meta charset="utf-8" />
6
  <meta name="viewport" content="width=device-width" />
7
- <title>Example App - Reachy Mini Template</title>
8
  <link rel="stylesheet" href="style.css" />
9
  </head>
10
 
@@ -12,8 +12,8 @@
12
  <div class="hero">
13
  <div class="hero-content">
14
  <div class="app-icon">🤖⚡</div>
15
- <h1>Example Reachy Mini App</h1>
16
- <p class="tagline">Template for creating your own Reachy Mini applications</p>
17
  </div>
18
  </div>
19
 
 
4
  <head>
5
  <meta charset="utf-8" />
6
  <meta name="viewport" content="width=device-width" />
7
+ <title>Reachy Mini Hand Tracking App</title>
8
  <link rel="stylesheet" href="style.css" />
9
  </head>
10
 
 
12
  <div class="hero">
13
  <div class="hero-content">
14
  <div class="app-icon">🤖⚡</div>
15
+ <h1>Reachy Mini Hand Tracking App</h1>
16
+ <p class="tagline">Make Reachy Mini follow your hand!</p>
17
  </div>
18
  </div>
19