Build a Streamlit app to show GitHub star history trend for a given repository. The app should have the following features: 1. A text input field for the GitHub repository URL. 2. A submit button to fetch and display the star history trend. 3. A line chart to display the trend of stars over time. 4. Error handling to display appropriate messages if the repository URL is invalid or data fetching fails.