Skip to content

Commit

Permalink
theme dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyaboulton committed Nov 21, 2023
1 parent 1baed20 commit 66e4e19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradio/themes/utils/theme_dropdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ def make_else_if(theme_asset):
value=latest_to_oldest[0],
render=False,
label="Select Version",
).style(container=False)
container=False
)

return (
component,
Expand Down

0 comments on commit 66e4e19

Please sign in to comment.