--- title: Sentiment Analysis App emoji: "🎬" colorFrom: "blue" colorTo: "green" sdk: gradio sdk_version: "3.49.0" app_file: app.py pinned: true --- # 🎬 Sentiment Analysis with DistilBERT This app classifies movie reviews as Positive or Negative using a fine-tuned DistilBERT model. Type a review and click submit. The app will display probabilities for Positive and Negative sentiment.