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

[chore] cleanup useless imports

Browse files
Files changed (1) hide show
  1. src/axolotl_ui/app.py +0 -4
src/axolotl_ui/app.py CHANGED
@@ -1,14 +1,10 @@
1
  from pathlib import Path
2
 
3
- import seaborn as sns
4
- import shinyswatch
5
-
6
  from shiny import App, Inputs, Outputs, Session, ui
7
  from htmltools import HTML
8
 
9
  from utils import background_img, question_circle_fill
10
 
11
- sns.set_theme()
12
 
13
  www_dir = Path(__file__).parent.resolve() / "www"
14
 
 
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
7
 
 
8
 
9
  www_dir = Path(__file__).parent.resolve() / "www"
10