NeoPy commited on
Commit
28f186c
·
verified ·
1 Parent(s): aa46056

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,6 +1,5 @@
1
  from __future__ import annotations
2
  import time
3
- from gradio.themes.utils.theme_dropdown import create_theme_dropdown
4
 
5
  from typing import Iterable
6
  import gradio as gr
@@ -283,7 +282,7 @@ class Applio(Base):
283
 
284
 
285
 
286
- dropdown, js = create_theme_dropdown()
287
  with gr.Blocks(theme=Applio()) as demo:
288
  with gr.Row(equal_height=True):
289
  with gr.Column(scale=10):
 
1
  from __future__ import annotations
2
  import time
 
3
 
4
  from typing import Iterable
5
  import gradio as gr
 
282
 
283
 
284
 
285
+
286
  with gr.Blocks(theme=Applio()) as demo:
287
  with gr.Row(equal_height=True):
288
  with gr.Column(scale=10):