CoolFace
Apppublic

RustX/Autonomous_Driving_Simulation

sourceHugging Faceupdated 3y agoView on Hugging Face
3likes
style.css12 linesDownload Raw Back to root
1body{2    margin:0;3    background:darkgray;4    overflow:hidden;5    text-align:center;6}7#carCanvas{8    background: lightgray;9}10#networkCanvas{11    background: black;12}