Spaces:
Nymbo
/
Configuration error

Jameswiller commited on
Commit
9ea5e42
1 Parent(s): 5151139

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,8 +2,8 @@ import time
2
 
3
  import gradio as gr
4
 
5
- from theme_dropdown import create_theme_dropdown
6
- # from gradio.themes.utils.theme_dropdown import create_theme_dropdown
7
 
8
  dropdown, js = create_theme_dropdown()
9
 
 
2
 
3
  import gradio as gr
4
 
5
+
6
+ from gradio.themes.utils.theme_dropdown import create_theme_dropdown
7
 
8
  dropdown, js = create_theme_dropdown()
9