Spaces:
Runtime error
Runtime error
Ziyou Li
commited on
Commit
·
d16b667
1
Parent(s):
6babc09
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import dateutil.parser as dp
|
|
9 |
import pandas as pd
|
10 |
|
11 |
title = "Stoclholm Highway E4 Real Time Traffic Prediction"
|
12 |
-
description = "Stockholm E4 (59°23'44.7"" N 17°59'00.4""E) highway real time traffic prediction
|
13 |
|
14 |
inputs = [gr.Dataframe(row_count = (1, "fixed"), col_count=(7,"fixed"),
|
15 |
headers=["referenceTime", "t", "ws", "prec1h", "fesn1h", "vis", "confidence"],
|
|
|
9 |
import pandas as pd
|
10 |
|
11 |
title = "Stoclholm Highway E4 Real Time Traffic Prediction"
|
12 |
+
description = "Stockholm E4 (59°23'44.7"" N 17°59'00.4""E) highway real time traffic prediction"
|
13 |
|
14 |
inputs = [gr.Dataframe(row_count = (1, "fixed"), col_count=(7,"fixed"),
|
15 |
headers=["referenceTime", "t", "ws", "prec1h", "fesn1h", "vis", "confidence"],
|