Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,8 @@ automatidata_ga = gr.Interface(fn=automatidata,
|
|
28 |
gr.Number(0, 1, label="Rush Hour")
|
29 |
],
|
30 |
outputs="text", title="Taxi Fares Estimator",
|
31 |
-
description="Predicting Taxi Fare Amount Using Machine Learning."
|
|
|
32 |
)
|
33 |
|
34 |
# Launch the interface
|
|
|
28 |
gr.Number(0, 1, label="Rush Hour")
|
29 |
],
|
30 |
outputs="text", title="Taxi Fares Estimator",
|
31 |
+
description="Predicting Taxi Fare Amount Using Machine Learning.",
|
32 |
+
theme='dark'
|
33 |
)
|
34 |
|
35 |
# Launch the interface
|