Spaces:
Sleeping
Sleeping
Update app.R
Browse files
app.R
CHANGED
@@ -2,7 +2,7 @@ library(shiny)
|
|
2 |
library(shinythemes)
|
3 |
library(readxl)
|
4 |
library(ggplot2)
|
5 |
-
motor_data <- readxl::read_excel("
|
6 |
ui <- fluidPage(
|
7 |
theme = shinytheme("cyborg"),
|
8 |
#shinythemes::themeSelector(),
|
|
|
2 |
library(shinythemes)
|
3 |
library(readxl)
|
4 |
library(ggplot2)
|
5 |
+
motor_data <- readxl::read_excel("india_vehicle_sales_trends.xlsx")
|
6 |
ui <- fluidPage(
|
7 |
theme = shinytheme("cyborg"),
|
8 |
#shinythemes::themeSelector(),
|