Skip to content

Commit

Permalink
Add deployed link to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anodaini committed Jan 29, 2021
1 parent 8672b44 commit cc35436
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 0 additions & 2 deletions app.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"))

Expand Down

0 comments on commit cc35436

Please sign in to comment.