Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
42 |
|
|
|
38 |
text = st.text_area("enter some text!")
|
39 |
if text:
|
40 |
out = predictSMSdata(text)
|
41 |
+
st.text(out)
|
42 |
|