Brightsun10 commited on
Commit
730cc37
·
verified ·
1 Parent(s): b2ed788

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -2
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>Self-Driving Car - Phase 1</title>
7
  <style>
8
  body {
9
  margin: 0;
@@ -36,9 +36,10 @@
36
  </head>
37
  <body>
38
  <div id="info-panel">
39
- <h1>Phase 1: Manual Driving</h1>
40
  <p><strong>Controls:</strong> Use the <strong>Left/Right Arrow Keys</strong> to steer the car.</p>
41
  <p>The car moves forward automatically. The red lines are the car's sensors detecting the road edges.</p>
 
42
  <p><strong>Update:</strong> The road is now a continuous loop!</p>
43
  <button id="start-recording">Start Recording</button>
44
  <button id="train-ai">Train AI</button>
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Self-Driving Car</title>
7
  <style>
8
  body {
9
  margin: 0;
 
36
  </head>
37
  <body>
38
  <div id="info-panel">
39
+ <h1>Self Driving Car</h1>
40
  <p><strong>Controls:</strong> Use the <strong>Left/Right Arrow Keys</strong> to steer the car.</p>
41
  <p>The car moves forward automatically. The red lines are the car's sensors detecting the road edges.</p>
42
+ <p>Start Recording, train the AI and start self autonomous driving</p>
43
  <p><strong>Update:</strong> The road is now a continuous loop!</p>
44
  <button id="start-recording">Start Recording</button>
45
  <button id="train-ai">Train AI</button>