Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,8 +11,8 @@ from time import strftime, localtime
|
|
11 |
|
12 |
sample_data = {
|
13 |
"gpus" : {
|
14 |
-
"Alice" :
|
15 |
-
"Tom" :
|
16 |
},
|
17 |
"total" : {
|
18 |
"total" : 28,
|
|
|
11 |
|
12 |
sample_data = {
|
13 |
"gpus" : {
|
14 |
+
"Alice" : 16,
|
15 |
+
"Tom" : 16,
|
16 |
},
|
17 |
"total" : {
|
18 |
"total" : 28,
|