Skip to content

Commit

Permalink
creative tim material kit 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Jan 3, 2025
1 parent 98b6564 commit b761c8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ library(htmltools)

duckdbfs::load_spatial()

css <- HTML("<link rel='stylesheet' type='text/css' href='styles.css'>")
css <- HTML("<link rel='stylesheet' type='text/css' href='https://demos.creative-tim.com/material-dashboard/assets/css/material-dashboard.min.css?v=3.2.0'>")

pmtiles <- "https://data.source.coop/cboettig/us-boundaries/mappinginequality.pmtiles"

# Define the UI
ui <- page_sidebar(

tags$head(css),
titlePanel("Demo App"),
card(
layout_columns(
Expand Down

0 comments on commit b761c8c

Please sign in to comment.