Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ automatidata_ga = gr.Interface(fn=automatidata,
|
|
| 28 |
[1,1,0.71,6.66,0],
|
| 29 |
[2,1,0.97,8.37,0],
|
| 30 |
[2,3,1.48,8.92,0],
|
| 31 |
-
],
|
| 32 |
description="Predicting Taxi Fare Amount Using Machine Learning.",
|
| 33 |
theme='dark'
|
| 34 |
)
|
|
|
|
| 28 |
[1,1,0.71,6.66,0],
|
| 29 |
[2,1,0.97,8.37,0],
|
| 30 |
[2,3,1.48,8.92,0],
|
| 31 |
+
],
|
| 32 |
description="Predicting Taxi Fare Amount Using Machine Learning.",
|
| 33 |
theme='dark'
|
| 34 |
)
|