fix a minor bug

This commit is contained in:
rajeevrajeshuni 2025-12-29 21:48:02 +05:30
parent d055f01344
commit f1dac4a5cc

View file

@ -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")