jeon commited on
Commit
0b6c1a2
·
1 Parent(s): 5740783
Files changed (1) hide show
  1. theme_dropdown.py +6 -0
theme_dropdown.py CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  def create_theme_dropdown():
2
  import gradio as gr
3
 
 
1
+ import os
2
+ import pathlib
3
+
4
+ from gradio.themes.utils import ThemeAsset
5
+
6
+
7
  def create_theme_dropdown():
8
  import gradio as gr
9