Spaces:
Runtime error
Runtime error
| title: Movie Streaming App | |
| emoji: 🎬 | |
| colorFrom: indigo | |
| colorTo: purple | |
| sdk: gradio | |
| sdk_version: "4.19.2" | |
| app_file: app.py | |
| pinned: false | |
| # Movie Streaming App | |
| This is a Gradio-based movie streaming application that uses TMDB API to display movies, trailers, and information. | |
| ## Features | |
| - Browse movies by genre | |
| - Watch movie trailers | |
| - View movie information and ratings | |
| - Rate movies | |
| - Dynamic content loading from TMDB | |
| ## Usage | |
| 1. Select a genre from the dropdown to filter movies | |
| 2. Click on a movie poster to view its trailer and information | |
| 3. Rate movies using the slider and submit button | |
| ## Credits | |
| - Movies data provided by TMDB (The Movie Database) | |
| - Built with Gradio and Python | |
| Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference |