Spaces:
Runtime error
Runtime error
File size: 802 Bytes
8f00e0d cc6a80c 8f00e0d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | ---
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 |