Update app.py
Browse files
app.py
CHANGED
@@ -43,9 +43,9 @@ demo = gr.Interface(
|
|
43 |
[4000,1900,2,3,2],
|
44 |
[28000,3000,5,3,3],
|
45 |
],
|
46 |
-
title="Indian House Price Prediction Model",
|
47 |
description='''"""
|
48 |
-
|
49 |
|
50 |
*Overview:*
|
51 |
This model predicts house prices in India using Linear Regression. Trained on key features like lot area, living area, bedrooms, bathrooms, and floors, it estimates house prices based on historical data.
|
|
|
43 |
[4000,1900,2,3,2],
|
44 |
[28000,3000,5,3,3],
|
45 |
],
|
46 |
+
title="**Indian House Price Prediction Model**",
|
47 |
description='''"""
|
48 |
+
|
49 |
|
50 |
*Overview:*
|
51 |
This model predicts house prices in India using Linear Regression. Trained on key features like lot area, living area, bedrooms, bathrooms, and floors, it estimates house prices based on historical data.
|