roundb commited on
Commit
de03ce7
·
verified ·
1 Parent(s): 4ec3656

Upload app.R

Browse files
Files changed (1) hide show
  1. app.R +10 -1
app.R CHANGED
@@ -5,7 +5,16 @@ library(rpivotTable)
5
  ui <- fluidPage(
6
  titlePanel("EDA no Browser – rpivotTable"),
7
 
8
- mainPanel(
 
 
 
 
 
 
 
 
 
9
  tabsetPanel(
10
  tabPanel(
11
  "Pivot Table",
 
5
  ui <- fluidPage(
6
  titlePanel("EDA no Browser – rpivotTable"),
7
 
8
+ sidebarLayout(
9
+ sidebarPanel(
10
+ h4("Dataset"),
11
+ p("Arquivo: STATUS1.xlsx"),
12
+ hr(),
13
+ p(strong("Nota:"), "A funcionalidade de diagnóstico dlookr foi removida devido a problemas de compatibilidade com o Hugging Face Spaces."),
14
+ p("Use o Pivot Table abaixo para explorar os dados interativamente.")
15
+ ),
16
+
17
+ mainPanel(
18
  tabsetPanel(
19
  tabPanel(
20
  "Pivot Table",