fix a minor bug
This commit is contained in:
parent
d055f01344
commit
f1dac4a5cc
1 changed files with 2 additions and 2 deletions
|
|
@ -46,10 +46,10 @@ class CognifyTUIScreen(BaseTUIScreen):
|
|||
yield Static("⚡ Cognify Data", classes="tui-title-bordered")
|
||||
with Vertical(classes="tui-form"):
|
||||
yield Label(
|
||||
"Dataset Name (optional, leave empty for all):", classes="tui-label-spaced"
|
||||
"Dataset Name:", classes="tui-label-spaced"
|
||||
)
|
||||
yield Input(
|
||||
placeholder="Leave empty to process all datasets", value="", id="dataset-input"
|
||||
placeholder="Enter the dataset name here.", value="", id="dataset-input"
|
||||
)
|
||||
|
||||
yield Label("Chunker Type:", classes="tui-label-spaced")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue