Spaces:
Runtime error
Runtime error
Ziyou Li
commited on
Commit
•
6043183
1
Parent(s):
c6c72d9
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ def infer(input_dataframe):
|
|
69 |
status = "Slight congestion on E4"
|
70 |
else:
|
71 |
status = "Total congestion on E4"
|
72 |
-
return pd.
|
73 |
|
74 |
title = "Stoclholm Highway E4 Real Time Traffic Prediction"
|
75 |
description = "Stockholm E4 (59°23'44.7"" N 17°59'00.4""E) highway real time traffic prediction"
|
|
|
69 |
status = "Slight congestion on E4"
|
70 |
else:
|
71 |
status = "Total congestion on E4"
|
72 |
+
return pd.DataFrame({'Freeflow Level':[res], 'Status': [status]})
|
73 |
|
74 |
title = "Stoclholm Highway E4 Real Time Traffic Prediction"
|
75 |
description = "Stockholm E4 (59°23'44.7"" N 17°59'00.4""E) highway real time traffic prediction"
|