Baessler-Lab / swag-tag

A Streamlit-based webapp for annotation of medical images and reports.
2 stars 0 forks source link

feat (annotation): add input widget for new annotation tags. #19

Closed laqua-stack closed 10 months ago

laqua-stack commented 1 year ago

Feature Request

Is your feature request related to a problem?

If new not yet considered tags become necessary, they are until now unhandled. We need an option to update available tags.

Describe the solution you'd like: Add an st.text_input widget in a st.form to update the dash_conf['annotation_tags'] and save this into the default configuration.

Describe alternatives you've considered. Otherwise we could manually update the config.yaml on request (i.e. opened issue).

laqua-stack commented 1 year ago

related to #14 #13 #17