nakere424 commited on
Commit
08a5e60
·
1 Parent(s): fd77829

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def main():
53
  result = 'very high cost'
54
 
55
  st.success("Submitted")
56
- st.title("This mobile phone is "+result)
57
 
58
  if __name__ == "__main__":
59
  main()
 
53
  result = 'very high cost'
54
 
55
  st.success("Submitted")
56
+ st.text("This mobile phone is "+result)
57
 
58
  if __name__ == "__main__":
59
  main()