avatarislxyqwe shared you an app

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 user to enter the GitHub repository name (e.g., streamlit/streamlit). 2. A submit button labeled 'Show 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 and plot the trend on the chart.

Please login to use this app.