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