Chenzhou commited on
Commit
511f39b
·
1 Parent(s): 03d8f37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ import dateutil.parser as dp
9
  import pandas as pd
10
  from huggingface_hub import hf_hub_url, cached_download
11
  import time
 
12
 
13
  title = "Stockholm Highway E4 Real Time Traffic Prediction"
14
  description = "Stockholm E4 (59°23'44.7"" N 17°59'00.4""E) highway real time traffic prediction, updated in every hour"
 
9
  import pandas as pd
10
  from huggingface_hub import hf_hub_url, cached_download
11
  import time
12
+ import datetime
13
 
14
  title = "Stockholm Highway E4 Real Time Traffic Prediction"
15
  description = "Stockholm E4 (59°23'44.7"" N 17°59'00.4""E) highway real time traffic prediction, updated in every hour"