mr-robber commited on
Commit
ed35ba2
1 Parent(s): 2f3b920

Update theme_dropdown.py

Browse files
Files changed (1) hide show
  1. theme_dropdown.py +1 -1
theme_dropdown.py CHANGED
@@ -7,7 +7,7 @@ from gradio.themes.utils import ThemeAsset
7
  def create_theme_dropdown():
8
  import gradio as gr
9
 
10
- asset_path = pathlib.Path(__file__).parent / "themes"
11
  themes = []
12
  for theme_asset in os.listdir(str(asset_path)):
13
  themes.append(
 
7
  def create_theme_dropdown():
8
  import gradio as gr
9
 
10
+ asset_path = pathlib.Path(__file__).parent
11
  themes = []
12
  for theme_asset in os.listdir(str(asset_path)):
13
  themes.append(