akuysal commited on
Commit
2de9c50
·
1 Parent(s): e66a394

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,5 +38,5 @@ stemmerTR = TurkishStemmer()
38
  text = st.text_area("enter some text!")
39
  if text:
40
  out = predictSMSdata(text)
41
- st.json(out)
42
 
 
38
  text = st.text_area("enter some text!")
39
  if text:
40
  out = predictSMSdata(text)
41
+ st.text(out)
42