Skip to content

Commit

Permalink
grid columns 4
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Sep 15, 2023
1 parent 1390225 commit 098f203
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jhub_apps/launcher/panel_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def create_list_apps(input_form_widget, username):

heading = pn.pane.Markdown("## Your Apps", sizing_mode="stretch_width")
# Wrap everything in a Column with the list-container class
apps_grid = pn.GridBox(*list_items, ncols=6)
apps_grid = pn.GridBox(*list_items, ncols=4)
layout = pn.Column(
heading,
apps_grid,
Expand Down
4 changes: 2 additions & 2 deletions jhub_apps/spawner/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ def values(cls):
FrameworkConf(
name=Framework.gradio.value,
display_name="Gradio",
logo="https://avatars.githubusercontent.com/u/51063788?s=48&v=4",
logo="https://pbs.twimg.com/profile_images/1526964416834510848/Njy4Kh2q_400x400.jpg",
),
FrameworkConf(
name=Framework.jupyterlab.value,
display_name="JupyterLab",
logo="https://jupyter.org/assets/logos/rectanglelogo-greytext-orangebody-greymoons.svg",
logo="https://upload.wikimedia.org/wikipedia/commons/thumb/3/38/Jupyter_logo.svg/1200px-Jupyter_logo.svg.png",
),
]

Expand Down

0 comments on commit 098f203

Please sign in to comment.