Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -88,8 +88,8 @@ inputs = [
|
|
88 |
]
|
89 |
|
90 |
outputs = [
|
91 |
-
gr.
|
92 |
-
gr.
|
93 |
]
|
94 |
|
95 |
interface = gr.Interface(
|
|
|
88 |
]
|
89 |
|
90 |
outputs = [
|
91 |
+
gr.Textbox(label="Predicted House Square Footage"),
|
92 |
+
gr.File(label="Excel Printed Result"),
|
93 |
]
|
94 |
|
95 |
interface = gr.Interface(
|