Jugal-sheth commited on
Commit
d18b2ed
·
verified ·
1 Parent(s): 5ff55f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
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__":