<button onClick={fetchTags} disabled={loading}> {loading ? 'Analyzing...' : 'Generate Tags'} </button>