Aomsin commited on
Commit
5e3e2cb
·
1 Parent(s): e1bf54d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def main():
37
  "Tenant Preferred": [TenantPreferred],
38
  "Point of Contact": [PointofContact]}))
39
  # Show prediction
40
- st.success('Your predicted Rent is',result)
41
 
42
  if __name__ == "__main__":
43
  main()
 
37
  "Tenant Preferred": [TenantPreferred],
38
  "Point of Contact": [PointofContact]}))
39
  # Show prediction
40
+ st.success(f'Your predicted Rent is {result}')
41
 
42
  if __name__ == "__main__":
43
  main()