Commit 8a4979da authored by Nicolas Atrax's avatar Nicolas Atrax

Update Istex_To_GarganText.py

parent b81b26f3
......@@ -79,7 +79,8 @@ def read_zip(zip_file):
output = output[~duplicated]
df = pd.DataFrame(output)
return df.to_csv(index=False, sep='\t'), dup
st.write(st.session_state.general_text_dict['text'])
file = st.file_uploader(st.session_state.general_text_dict['file'],type=["zip"],key='file')
if file:
......
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