Update app.py
Browse files
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**: ",
|
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'] = ""
|