Hi,
I’d like to create a sequence labeling app, where the user would do the following in a loop:
- Select a piece of text
- Confirm selection
- Select another piece of text
- Confirm selection
- Load a new document
In my app, I would like to receive the two pieces of selected text as input.
Is that possible with Dash?
Cheers
Konstantin