UnarineLeo commited on
Commit
ab9fad3
1 Parent(s): b854242

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -39,7 +39,9 @@ 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
+ "tsonga": "N'wana wa xisati u <mask> ku tsaka."
44
+ }
45
  language_options = ['Choose language', 'Zulu', 'Tshivenda', 'Sepedi', 'Tswana', 'Tsonga']
46
 
47
  option_selected = st.selectbox(f"Select an input option:", select_options, index=0)