malper commited on
Commit
c821017
·
1 Parent(s): 3c59a2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,5 +5,5 @@ text = st.text_area('Enter Hebrew text')
5
  if text:
6
  st.write(f'Your text: {text}')
7
 
8
- // x = st.slider('Select a value')
9
- // st.write(x, 'squared is', x * x)
 
5
  if text:
6
  st.write(f'Your text: {text}')
7
 
8
+ # x = st.slider('Select a value')
9
+ # st.write(x, 'squared is', x * x)