Spaces:
Runtime error
Runtime error
Nathanotal
commited on
Commit
·
86526e6
1
Parent(s):
177425f
fix description
Browse files
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
|
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)
|