saratha18 commited on
Commit
e4f9dbf
1 Parent(s): 8ce5d31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -206,7 +206,7 @@ interface = gr.Interface(fn=predict_price,
206
  outputs=[set_label,set_out_images],
207
  examples_per_page = 2,
208
  examples = get_sample_data(10),
209
- title="Application Housing Price Prediction",
210
  description= "Click examples below for a quick demo",
211
  theme = 'huggingface',
212
  layout = 'vertical'
 
206
  outputs=[set_label,set_out_images],
207
  examples_per_page = 2,
208
  examples = get_sample_data(10),
209
+ title="Housing Price Prediction",
210
  description= "Click examples below for a quick demo",
211
  theme = 'huggingface',
212
  layout = 'vertical'