Spaces:
Running
Running
Commit
·
e6730c8
1
Parent(s):
66c205b
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ import logging
|
|
13 |
|
14 |
date = datetime.now().strftime(r"%Y-%m-%d")
|
15 |
model_classes = {
|
16 |
-
|
17 |
1: 'Apps',
|
18 |
2: 'Battery',
|
19 |
3: 'Charging',
|
|
|
13 |
|
14 |
date = datetime.now().strftime(r"%Y-%m-%d")
|
15 |
model_classes = {
|
16 |
+
0: 'Ads',
|
17 |
1: 'Apps',
|
18 |
2: 'Battery',
|
19 |
3: 'Charging',
|