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