From cc354364b49f2b92216e8b37de1d7bf0cdafa48f Mon Sep 17 00:00:00 2001 From: Asma Al-Odaini Date: Fri, 29 Jan 2021 16:16:31 -0500 Subject: [PATCH] Add deployed link to README.md --- README.md | 2 +- app.R | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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"))