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
Files changed (2) hide show
  1. README.md +9 -0
  2. dashboard/app.js +1 -1
README.md CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
1
  # 🌍 NetZero Nav: Eco-Resilient Logistics
2
 
3
  ![Status](https://img.shields.io/badge/Status-Active_Simulation-brightgreen)
 
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
  ![Status](https://img.shields.io/badge/Status-Active_Simulation-brightgreen)
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
  {