hancav commited on
Commit
3be476c
·
1 Parent(s): 6b48441

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -3,5 +3,4 @@ from langdetect import detect
3
 
4
  text = st.text_area('Please enter some text for language detection !!')
5
  if text:
6
- out = detect(text)
7
- st.text_area(out)
 
3
 
4
  text = st.text_area('Please enter some text for language detection !!')
5
  if text:
6
+ out = detect(text)