dibend commited on
Commit
4e30a9b
1 Parent(s): 9d62ef5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -85,7 +85,6 @@ interface = gr.Interface(
85
  gr.Slider(minimum=1, maximum=60, step=1, label="Prediction Months"),
86
  ],
87
  outputs="plot",
88
- layout="vertical",
89
  title="Real Estate Price Predictor",
90
  description="Enter a ZIP code, start year, start month, and the number of months for price prediction."
91
  )
 
85
  gr.Slider(minimum=1, maximum=60, step=1, label="Prediction Months"),
86
  ],
87
  outputs="plot",
 
88
  title="Real Estate Price Predictor",
89
  description="Enter a ZIP code, start year, start month, and the number of months for price prediction."
90
  )