Return the longest palindromic substring within a given string.
Input: s = 'abccbaba' Output: 'abccba'