Next commited on
Commit
b337203
·
verified ·
1 Parent(s): 267f85b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ os.makedirs("ytdl", exist_ok=True)
8
 
9
 
10
  # applio theme imports
11
- from gradio.themes.Base import Base
12
  from gradio.themes.utils import colors, fonts, sizes
13
 
14
 
 
8
 
9
 
10
  # applio theme imports
11
+ from gradio.themes.base import Base
12
  from gradio.themes.utils import colors, fonts, sizes
13
 
14