v1.3.0: Streamlit UI
This release brings a brand new streamlit UI.
To use it, first install the latest version of the package: pip install 'auto-po-lyglot>=1.3.0'
Then create a short python script named auto_po_lyglot_ui.py containing these 2 lines:
from auto_po_lyglot.po_streamlit import streamlit_main
streamlit_main()
And finally run streamlit run auto_po_lyglot_ui.py
What's Changed
- new streamlit UI by @leolivier in #8
Full Changelog: v1.2.1...v1.3.0