Skip to content

v1.3.0: Streamlit UI

Compare
Choose a tag to compare
@leolivier leolivier released this 14 Sep 11:45
· 65 commits to main since this release

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

Full Changelog: v1.2.1...v1.3.0