A Streamlit component for rating text
You can install using the pip package manager by running
pip install streamlit-text-rating
Alternatively, you could install the latest version directly from Github:
pip install https://github.com/TVS-Motor-Company/streamlit-text-rating/streamlit-text-rating/archive/master.zip
You can install using the conda package manager by running
conda install -c conda-forge streamlit-text-rating
Download the source code by cloning the repository or by pressing 'Download ZIP' on this page.
Install by navigating to the proper directory and running:
python setup.py install