Ashima commited on
Commit
cdc6629
·
verified ·
1 Parent(s): 996080b

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +5 -0
index.html CHANGED
@@ -90,6 +90,11 @@
90
  <h2>🖥️ GPU Information</h2>
91
  <pre id="gpu-info">Loading GPU information...</pre>
92
  </div>
 
 
 
 
 
93
 
94
  </div>
95
 
 
90
  <h2>🖥️ GPU Information</h2>
91
  <pre id="gpu-info">Loading GPU information...</pre>
92
  </div>
93
+
94
+ <div class="card">
95
+ <h2>⏱️ User GPU Hours</h2>
96
+ <div id="user-hours">Loading user hours...</div>
97
+ </div>
98
 
99
  </div>
100