malper commited on
Commit
e9e5440
·
1 Parent(s): 2e5f9f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, 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),
 
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),