nlpblogs commited on
Commit
06ca572
·
verified ·
1 Parent(s): 039d06b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ with st.sidebar:
93
 
94
 
95
  text_input = st.text_area("Type or paste your Ancient Greek text below, and then press Ctrl + Enter", key='my_text_area')
96
- st.write("**Input text**: ", text)
97
 
98
  def clear_text():
99
  st.session_state['my_text_area'] = ""
 
93
 
94
 
95
  text_input = st.text_area("Type or paste your Ancient Greek text below, and then press Ctrl + Enter", key='my_text_area')
96
+ st.write("**Input text**: ", text_input)
97
 
98
  def clear_text():
99
  st.session_state['my_text_area'] = ""