Spaces:
Runtime error
Runtime error
Ziyou Li
commited on
Commit
·
82b9891
1
Parent(s):
d16b667
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ import pandas as pd
|
|
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, "
|
15 |
headers=["referenceTime", "t", "ws", "prec1h", "fesn1h", "vis", "confidence"],
|
16 |
# datatype=["timestamp", "float", "float", "float", "float", "float"],
|
17 |
label="Input Data", interactive=1)]
|
|
|
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, "dynamic"), col_count=(7,"dynamic"),
|
15 |
headers=["referenceTime", "t", "ws", "prec1h", "fesn1h", "vis", "confidence"],
|
16 |
# datatype=["timestamp", "float", "float", "float", "float", "float"],
|
17 |
label="Input Data", interactive=1)]
|