Nathanotal commited on
Commit
86526e6
·
1 Parent(s): 177425f

fix description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -416,7 +416,7 @@ resultOutputs = [gr.outputs.Label(label='Price if sold today'), gr.outputs.Textb
416
  demo = gr.Interface(
417
  fn=sthlm,
418
  title="Stockholm Housing Valuation",
419
- description="Predict the price of an apartment in Stockholm\nTo get information about which agency to use, please select AutoGluon",
420
  allow_flagging="never",
421
  inputs=inputs,
422
  outputs=resultOutputs)
 
416
  demo = gr.Interface(
417
  fn=sthlm,
418
  title="Stockholm Housing Valuation",
419
+ description="Predict the price of an apartment in Stockholm. To get information about which agency to use, please select AutoGluon",
420
  allow_flagging="never",
421
  inputs=inputs,
422
  outputs=resultOutputs)