Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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'
|
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()
|