princeml commited on
Commit
6419cff
1 Parent(s): 2284382

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -55,8 +55,8 @@ def main():
55
 
56
  # result = [names]
57
  ans = predict(names)
58
- st.success(f"your home price could be {ans}")
59
- print(result)
60
 
61
 
62
  if __name__ == "__main__":
 
55
 
56
  # result = [names]
57
  ans = predict(names)
58
+ st.success(f"your home price could be - {ans}")
59
+
60
 
61
 
62
  if __name__ == "__main__":