Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ with st.spinner('Loading UNIKUD framework...'):
|
|
5 |
u = Unikud()
|
6 |
st.success('Loaded!')
|
7 |
|
8 |
-
text = st.text_area('Enter Hebrew text
|
9 |
|
10 |
kwargs = {
|
11 |
'v_thresh': st.sidebar.slider("Vowel addition threshold", min_value=0., max_value=1., value=0.5),
|
|
|
5 |
u = Unikud()
|
6 |
st.success('Loaded!')
|
7 |
|
8 |
+
text = st.text_area('Enter Hebrew text and press ctrl/command+enter to add nikud:')
|
9 |
|
10 |
kwargs = {
|
11 |
'v_thresh': st.sidebar.slider("Vowel addition threshold", min_value=0., max_value=1., value=0.5),
|