Chenzhou commited on
Commit
651d250
1 Parent(s): 367af39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import datasets
7
  title = "Stoclholm Highway E4 Real Time Traffic Prediction"
8
  description = "Stockholm E4 (59°23'44.7"" N 17°59'00.4""E) highway real time traffic prediction, updated in every hour"
9
 
10
- inputs = [gr.Dataframe(row_count = (7, "fixed"), col_count=(1,"fixed"), label="Input Data", interactive=1)]
11
 
12
  outputs = [gr.Dataframe(row_count = (1, "fixed"), col_count=(1, "fixed"), label="Predictions", headers=["Congestion Level"])]
13
 
 
7
  title = "Stoclholm Highway E4 Real Time Traffic Prediction"
8
  description = "Stockholm E4 (59°23'44.7"" N 17°59'00.4""E) highway real time traffic prediction, updated in every hour"
9
 
10
+ inputs = [gr.Dataframe(row_count = (1, "fixed"), col_count=(7,"fixed"), label="Input Data", interactive=1)]
11
 
12
  outputs = [gr.Dataframe(row_count = (1, "fixed"), col_count=(1, "fixed"), label="Predictions", headers=["Congestion Level"])]
13