self.about_text="""Nexval's Title search automation bot which can connect to different websites, navigate to relevant sections, input appropriate data and perform search, scraping/data collection, take screenshots. Additionally, organizations can communicate their business requirements through the rule-engine."""
self.tabview.tab("Single Data Ingest").grid_columnconfigure(0,weight=1)# configure grid of individual tabs
self.tabview.tab("Bulk Data Ingest").grid_columnconfigure(0,weight=1)
# Single data section
self.single_file_entry=customtkinter.CTkEntry(self.tabview.tab("Single Data Ingest"),width=250,height=10,placeholder_text="Enter Name/Address/Folio Number")# Adjust width as needed