Build a Streamlit app to show GitHub star history trend for a given repository. The app should have the following features: 1. An input field for the GitHub repository name (owner/repo). 2. A submit button to fetch and display the star history trend. 3. A line chart to display the star history trend. 4. An error message display for invalid repositories. The app should use the GitHub API to fetch the star history data.