Spaces:
Sleeping
Sleeping
Aryanshh commited on
Commit Β·
a8e4596
1
Parent(s): 2a85ff5
fix: Restore HuggingFace Space configuration block and add live requisites to initial Tour step
Browse files- README.md +9 -0
- dashboard/app.js +1 -1
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# π NetZero Nav: Eco-Resilient Logistics
|
| 2 |
|
| 3 |

|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: NetZero Nav
|
| 3 |
+
emoji: π
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
# π NetZero Nav: Eco-Resilient Logistics
|
| 11 |
|
| 12 |

|
dashboard/app.js
CHANGED
|
@@ -11,7 +11,7 @@ const SPECS = {
|
|
| 11 |
const TUTORIAL_STEPS = [
|
| 12 |
{
|
| 13 |
title: "Mission: NetZero-Nav",
|
| 14 |
-
text: "Your goal is to sustain a profitable electronics business while hitting zero-carbon targets. Use the <strong>Command Console</strong> to manage your supply chain.",
|
| 15 |
target: "header"
|
| 16 |
},
|
| 17 |
{
|
|
|
|
| 11 |
const TUTORIAL_STEPS = [
|
| 12 |
{
|
| 13 |
title: "Mission: NetZero-Nav",
|
| 14 |
+
text: "Your goal is to sustain a profitable electronics business while hitting zero-carbon targets. Use the <strong>Command Console</strong> to manage your supply chain.<br><br><div style='background: #fff; padding: 10px; border-radius: 6px; border: 1px solid #ddd;'><strong>Current Requirements:</strong><br><br><strong>EcoPhone</strong><br>Pending<br>Required: 5 units remaining<br>Deadline: Day 15<br><br><strong>GreenTab</strong><br>Pending<br>Required: 3 units remaining<br>Deadline: Day 25</div>",
|
| 15 |
target: "header"
|
| 16 |
},
|
| 17 |
{
|