Pravincoder commited on
Commit
78c9995
1 Parent(s): 77bddf4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- **Indian House Price Prediction Model**
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.