jeon
commited on
Commit
·
00124fc
1
Parent(s):
093ebd7
fix
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import time
|
2 |
|
3 |
-
from
|
4 |
|
5 |
import gradio as gr
|
6 |
|
|
|
1 |
import time
|
2 |
|
3 |
+
from theme_dropdown import create_theme_dropdown # noqa: F401
|
4 |
|
5 |
import gradio as gr
|
6 |
|