Commit bcf81e5b authored by Nicolas Atrax's avatar Nicolas Atrax

Update Isidore_To_GarganText.py

parent 8a4979da
......@@ -221,6 +221,7 @@ with col2:
# Form
form = st.form('api')
form.write(st.session_state.general_text_dict['text'])
search = form.text_input(st.session_state.general_text_dict['keyword'])
language = form.selectbox(
st.session_state.general_text_dict['lang'], lang.keys())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment