Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Shotwell committed Jan 25, 2024
1 parent 4f602f8 commit 9c5a87c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 6 additions & 2 deletions shiny/api-examples/layout_columns/app-express.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
from model_plots import * # model plots and cards
from model_plots import (
plot_accuracy_over_time,
plot_feature_importance,
plot_loss_over_time,
)

from shiny.express import input, render, ui
from shiny.express import render, ui

ui.page_opts(title="Model Dashboard")

Expand Down
2 changes: 0 additions & 2 deletions shiny/api-examples/page_sidebar/app-express.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

from shiny.express import input, render, ui

ui.page_opts(page_fn=page_fixed)

with ui.sidebar():
ui.input_slider("n", "N", min=0, max=100, value=20)

Expand Down

0 comments on commit 9c5a87c

Please sign in to comment.