Update app.py
Browse files
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 =
|
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)
|