Tonic commited on
Commit
ac3214b
1 Parent(s): 512a1b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import time
2
 
3
- from theme_dropdown import create_theme_dropdown # noqa: F401
4
 
5
  import gradio as gr
6
 
 
1
  import time
2
 
3
+ from theme_dropdown import create_theme_dropdown
4
 
5
  import gradio as gr
6