Spaces:
Runtime error
Runtime error
propsing english only version
#1
by
rizam
- opened
app.py
CHANGED
@@ -15,7 +15,7 @@ st.write(
|
|
15 |
"""
|
16 |
)
|
17 |
|
18 |
-
language = st.selectbox("Language", ["English"
|
19 |
input_text = st.text_area("Input your text (Max 1000 characters)", height=250, max_chars=1000)
|
20 |
|
21 |
if st.button("Submit") and len(input_text) > 0:
|
|
|
15 |
"""
|
16 |
)
|
17 |
|
18 |
+
language = st.selectbox("Language", ["English"])
|
19 |
input_text = st.text_area("Input your text (Max 1000 characters)", height=250, max_chars=1000)
|
20 |
|
21 |
if st.button("Submit") and len(input_text) > 0:
|