From dc56d1d38cf04de16f70599ae4198fced47c04ae Mon Sep 17 00:00:00 2001 From: Winston Chang Date: Tue, 18 Apr 2023 22:49:02 -0500 Subject: [PATCH] Add URL for Bootswatch --- examples/shinyswatch/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/shinyswatch/app.py b/examples/shinyswatch/app.py index c7b218f4..7f64fdef 100644 --- a/examples/shinyswatch/app.py +++ b/examples/shinyswatch/app.py @@ -1,4 +1,4 @@ -# The shinyswatch package provides themes from Bootswatch. +# The shinyswatch package provides themes from https://bootswatch.com/ import shinyswatch from shiny import App, Inputs, Outputs, Session, render, ui