Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -84,10 +84,7 @@ iface = gr.Interface(
|
|
| 84 |
label="Price Offers"),
|
| 85 |
],
|
| 86 |
title="Room Area Calculator",
|
| 87 |
-
description=(
|
| 88 |
-
"Enter dimensions for up to 5 rooms in feet or area directly in sqft. The tool calculates total area and ",
|
| 89 |
-
"provides price offers based on input values. Prices are in thousands (e.g., 100 = £100k)."
|
| 90 |
-
),
|
| 91 |
)
|
| 92 |
|
| 93 |
if __name__ == "__main__":
|
|
|
|
| 84 |
label="Price Offers"),
|
| 85 |
],
|
| 86 |
title="Room Area Calculator",
|
| 87 |
+
description="Enter dimensions for up to 5 rooms in feet or area directly in sqft. The tool calculates total area and provides price offers based on input values. Prices are in thousands (e.g., 100 = £100k)."
|
|
|
|
|
|
|
|
|
|
| 88 |
)
|
| 89 |
|
| 90 |
if __name__ == "__main__":
|