Rayugacodes commited on
Commit
d056af3
·
verified ·
1 Parent(s): e019ca1

Add simulation disclaimer banner

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -361,6 +361,10 @@ with gr.Blocks(title="KernelX — AI Kernel Scheduler", css=CSS, theme=gr.themes
361
  <p style="color:#94a3b8; font-size:1.15em; margin-top:4px;">
362
  AI-Powered Linux Kernel Scheduler &nbsp;|&nbsp; eBPF + SmolLM2-360M &nbsp;|&nbsp; 44ms Inference &nbsp;|&nbsp; 534K Real Transitions
363
  </p>
 
 
 
 
364
  </div>
365
  """)
366
 
 
361
  <p style="color:#94a3b8; font-size:1.15em; margin-top:4px;">
362
  AI-Powered Linux Kernel Scheduler &nbsp;|&nbsp; eBPF + SmolLM2-360M &nbsp;|&nbsp; 44ms Inference &nbsp;|&nbsp; 534K Real Transitions
363
  </p>
364
+ <p style="color:#f59e0b; font-size:0.95em; margin-top:2px;">
365
+ ⚡ This is a simulation replaying real kernel telemetry data collected from a Linux machine via eBPF.
366
+ The live system runs on actual hardware with the eBPF sentinel, Rust bridge, and GGUF model in the loop.
367
+ </p>
368
  </div>
369
  """)
370