{workspace.hasMore && (
Showing first {workspace.fileCount} files. Your workspace has
more files.
)}
{formattedFiles.length > SEARCH_THRESHOLD && (
}
onChange={(event) => setSearchQuery(event.target.value)}
placeholder="Search"
rootClassName="mb-3"
className="mb-0 border-border"
/>
)}
{filteredFiles.length === 0 ? (
No marimo apps found.
) : (
)}