Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ automatidata_ga = gr.Interface(fn=automatidata,
|
|
21 |
gr.Number(label="Duration"),
|
22 |
gr.Number(0, 1, label="Rush Hour - [0 or 1]")
|
23 |
],
|
24 |
-
outputs="text", title="New York City Taxi and Limousine Commission (TLC)
|
25 |
description="Predicting Taxi Fare Amount Using Machine Learning.",
|
26 |
theme='dark'
|
27 |
)
|
|
|
21 |
gr.Number(label="Duration"),
|
22 |
gr.Number(0, 1, label="Rush Hour - [0 or 1]")
|
23 |
],
|
24 |
+
outputs="text", title="New York City Taxi and Limousine Commission (TLC) - Taxi Fares Estimator",
|
25 |
description="Predicting Taxi Fare Amount Using Machine Learning.",
|
26 |
theme='dark'
|
27 |
)
|