Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ gr.Interface(
|
|
78 |
fn=predict,
|
79 |
inputs=inputs,
|
80 |
outputs=outputs,
|
81 |
-
title="Property Price Prediction",
|
82 |
description="Enter property details to get the price prediction.",
|
83 |
article=footer
|
84 |
).launch()
|
|
|
78 |
fn=predict,
|
79 |
inputs=inputs,
|
80 |
outputs=outputs,
|
81 |
+
title="Property Price Prediction in Kigali City @2024",
|
82 |
description="Enter property details to get the price prediction.",
|
83 |
article=footer
|
84 |
).launch()
|