akuysal commited on
Commit
8afa1c0
·
1 Parent(s): d81b4e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,5 +39,5 @@ stemmerTR = TurkishStemmer()
39
  text = st.text_area("enter some text!")
40
  if text:
41
  out = predictSMSdata(text)
42
- st.write("The category of SMS is = " + out.upper())
43
 
 
39
  text = st.text_area("enter some text!")
40
  if text:
41
  out = predictSMSdata(text)
42
+ st.write("The category of SMS = " + out.upper())
43