Spaces:
Runtime error
Runtime error
Nathanotal
commited on
Commit
β’
9de4f6e
1
Parent(s):
ac8a7fe
pricefix
Browse files
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
---
|
2 |
title: StockholmHousingValuation
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
sdk_version: 3.16.1
|
8 |
app_file: app.py
|
|
|
1 |
---
|
2 |
title: StockholmHousingValuation
|
3 |
+
emoji: π
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: blue
|
6 |
sdk: gradio
|
7 |
sdk_version: 3.16.1
|
8 |
app_file: app.py
|
app.py
CHANGED
@@ -412,7 +412,7 @@ for feature in numericalInputs:
|
|
412 |
inputs.append(gr.inputs.Checkbox( label='Use AutoGluon instead of XGBoost', default=False))
|
413 |
|
414 |
# Create the interface
|
415 |
-
resultOutputs = [gr.outputs.Label(label='Price if sold today'), gr.outputs.Textbox(label='If sold at a different time'), gr.outputs.Textbox(label='Best agencies to use'), gr.outputs.Textbox(label='Error'
|
416 |
|
417 |
demo = gr.Interface(
|
418 |
fn=sthlm,
|
|
|
412 |
inputs.append(gr.inputs.Checkbox( label='Use AutoGluon instead of XGBoost', default=False))
|
413 |
|
414 |
# Create the interface
|
415 |
+
resultOutputs = [gr.outputs.Label(label='Price if sold today'), gr.outputs.Textbox(label='If sold at a different time'), gr.outputs.Textbox(label='Best agencies to use'), gr.outputs.Textbox(label='Error').style(color='red')]
|
416 |
|
417 |
demo = gr.Interface(
|
418 |
fn=sthlm,
|