diff --git a/README.md b/README.md index a48964f..b6d1818 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Movie Selection App with Dash in R -The Movie Selection App assists movie investors in selecting the popular and profitable movies for each genre and a specified budget range and compare different production studios. You can view the currently deployed version [here](https://movie-selection-app.herokuapp.com/) +The Movie Selection App assists movie investors in selecting the popular and profitable movies for each genre and a specified budget range and compare different production studios. You can view the currently deployed version [here](https://movie-selection-app-r.herokuapp.com/) ## Contributors: DSCI_532_group7 diff --git a/app.R b/app.R index c8a753d..f8459d8 100644 --- a/app.R +++ b/app.R @@ -5,8 +5,6 @@ library(dashCoreComponents) library(dashHtmlComponents) library(dashBootstrapComponents) library(plotly) -#library(here) -#library(dashTable) movies <- readr::read_csv(here::here("data/processed/movies.csv"))