jameshwadedow commited on
Commit
bcf062a
Β·
1 Parent(s): 9759fef

[fix] add missing shinyswatch import

Browse files
Files changed (1) hide show
  1. src/axolotl_ui/app.py +1 -0
src/axolotl_ui/app.py CHANGED
@@ -1,6 +1,7 @@
1
  from pathlib import Path
2
 
3
  from shiny import App, Inputs, Outputs, Session, ui
 
4
  from htmltools import HTML
5
 
6
  from utils import background_img, question_circle_fill
 
1
  from pathlib import Path
2
 
3
  from shiny import App, Inputs, Outputs, Session, ui
4
+ import shinyswatch
5
  from htmltools import HTML
6
 
7
  from utils import background_img, question_circle_fill