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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import streamlit as st
3
  text = st.text_area('Enter Hebrew text')
4
 
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)
 
3
  text = st.text_area('Enter Hebrew text')
4
 
5
  if text:
6
+ st.write('Your text:', text)
7
 
8
  # x = st.slider('Select a value')
9
  # st.write(x, 'squared is', x * x)