Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ gr.Interface(
|
|
84 |
fn=predict,
|
85 |
inputs=inputs,
|
86 |
outputs=outputs,
|
87 |
-
title="Property Price Prediction",
|
88 |
description="Enter property details to get the price prediction.",
|
89 |
article=footer
|
90 |
).launch(debug=True)
|
|
|
84 |
fn=predict,
|
85 |
inputs=inputs,
|
86 |
outputs=outputs,
|
87 |
+
title="KIGALI Property Price Prediction (Real Time AI APPLICATION",
|
88 |
description="Enter property details to get the price prediction.",
|
89 |
article=footer
|
90 |
).launch(debug=True)
|