Update app.py
Browse files
app.py
CHANGED
@@ -37,6 +37,12 @@ demo = gr.Interface(
|
|
37 |
gr.Slider(minimum=1,maximum=3.5,randomize=True,step=0.5,label="Number of stories/Floors")
|
38 |
],
|
39 |
"number",
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
title="Indian House Price Prediction Model",
|
41 |
description='''***Overview:***
|
42 |
|
|
|
37 |
gr.Slider(minimum=1,maximum=3.5,randomize=True,step=0.5,label="Number of stories/Floors")
|
38 |
],
|
39 |
"number",
|
40 |
+
examples=[
|
41 |
+
[1000, 600, 1, 1, 1],
|
42 |
+
[2000,1200,2,3,1],
|
43 |
+
[4000,1900,2,3,2],
|
44 |
+
[28000,3000,5,3,3],
|
45 |
+
],
|
46 |
title="Indian House Price Prediction Model",
|
47 |
description='''***Overview:***
|
48 |
|