Spaces:
Runtime error
Runtime error
Campfireman
commited on
Commit
·
4413467
1
Parent(s):
784a9c4
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def greet(total_pred_days):
|
|
28 |
print("get the fv")
|
29 |
|
30 |
# The latest available data timestamp
|
31 |
-
start_time =
|
32 |
|
33 |
#start_date = datetime.now() - timedelta(days=1)
|
34 |
#start_time = int(start_date.timestamp()) * 1000
|
|
|
28 |
print("get the fv")
|
29 |
|
30 |
# The latest available data timestamp
|
31 |
+
start_time = 1670972400000
|
32 |
|
33 |
#start_date = datetime.now() - timedelta(days=1)
|
34 |
#start_time = int(start_date.timestamp()) * 1000
|