Jameswiller
commited on
Commit
•
5151139
1
Parent(s):
b5aab03
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
import time
|
2 |
|
3 |
import gradio as gr
|
4 |
-
|
|
|
|
|
5 |
|
6 |
dropdown, js = create_theme_dropdown()
|
7 |
|
|
|
1 |
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 |
|