Title
Browse files- README.md +3 -3
- rmscript_app/static/index.html +2 -2
README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
title: Reachy Mini
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
-
short_description: Code your own robot moves using the Reachy Mini
|
| 9 |
custom_url: http://0.0.0.0:8042
|
| 10 |
tags:
|
| 11 |
- reachy_mini
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Reachy Mini Coding Lab
|
| 3 |
+
emoji: 🧪
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
+
short_description: Code your own robot moves using the Reachy Mini scripting language
|
| 9 |
custom_url: http://0.0.0.0:8042
|
| 10 |
tags:
|
| 11 |
- reachy_mini
|
rmscript_app/static/index.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>Reachy Mini
|
| 7 |
<link rel="stylesheet" href="/static/style.css">
|
| 8 |
<script type="importmap">
|
| 9 |
{
|
|
@@ -32,7 +32,7 @@
|
|
| 32 |
<!-- Page Header -->
|
| 33 |
<header class="page-header">
|
| 34 |
<img src="/static/reachy-hacker.png" alt="Reachy Mini" class="header-icon">
|
| 35 |
-
<h1>Reachy Mini
|
| 36 |
</header>
|
| 37 |
|
| 38 |
<div class="container">
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Reachy Mini Coding Lab</title>
|
| 7 |
<link rel="stylesheet" href="/static/style.css">
|
| 8 |
<script type="importmap">
|
| 9 |
{
|
|
|
|
| 32 |
<!-- Page Header -->
|
| 33 |
<header class="page-header">
|
| 34 |
<img src="/static/reachy-hacker.png" alt="Reachy Mini" class="header-icon">
|
| 35 |
+
<h1>Reachy Mini Coding Lab</h1>
|
| 36 |
</header>
|
| 37 |
|
| 38 |
<div class="container">
|