Skip to content

Commit

Permalink
move UI to three separate files
Browse files Browse the repository at this point in the history
  • Loading branch information
mccalluc committed Sep 26, 2024
1 parent d1c2456 commit 95c745c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dp_creator_ii/app/analysis_panel.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from shiny import App, ui, reactive, render
from shiny import ui


def analysis_ui():
Expand Down
2 changes: 1 addition & 1 deletion dp_creator_ii/app/dataset_panel.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from shiny import App, ui, module, reactive, render
from shiny import ui


def dataset_ui():
Expand Down
2 changes: 1 addition & 1 deletion dp_creator_ii/app/results_panel.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from shiny import App, ui, reactive, render
from shiny import ui


def results_ui():
Expand Down

0 comments on commit 95c745c

Please sign in to comment.