Skip to content

Commit

Permalink
upate
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Sep 17, 2023
1 parent 74aff6b commit be4185d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions src/introspector/modules/streamlitio/selector/list_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,3 @@ def list_input(title, choices, key, default_value):
)

return selected_choice
```

Now, you can use this `list_input` function to create list-based inputs. Here's how you can use it for your `get_concept` function:

```python
2 changes: 1 addition & 1 deletion src/introspector/observe.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .modes import get_inputs as get_mode
from .concepts import get_inputs as get_concept
from .concepts import get_concept
from .get_inputs import get_ont_inputs
from .find_inputs import find_inputs

Expand Down

0 comments on commit be4185d

Please sign in to comment.