propsing english only version

#1
by rizam - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ st.write(
15
  """
16
  )
17
 
18
- language = st.selectbox("Language", ["English", "Bahasa Indonesia"])
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: