Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|
|