UnarineLeo commited on
Commit
ed75295
1 Parent(s): 495a505

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ with col1:
39
  st.markdown("Input :clipboard:")
40
 
41
  select_options = ['Choose option', 'Enter text input', 'Upload a file(csv/txt)']
42
- sample_sentence = "tshivenda: Rabulasi wa <mask> u khou bvelela nga u lima."
43
  language_options = ['Choose language', 'Zulu', 'Tshivenda', 'Sepedi', 'Tswana', 'Tsonga']
44
 
45
  option_selected = st.selectbox(f"Select an input option:", select_options, index=0)
 
39
  st.markdown("Input :clipboard:")
40
 
41
  select_options = ['Choose option', 'Enter text input', 'Upload a file(csv/txt)']
42
+ sample_sentence = {'tshivenda': "Rabulasi wa <mask> u khou bvelela nga u lima."}
43
  language_options = ['Choose language', 'Zulu', 'Tshivenda', 'Sepedi', 'Tswana', 'Tsonga']
44
 
45
  option_selected = st.selectbox(f"Select an input option:", select_options, index=0)