Next commited on
Commit
6c46cb6
·
verified ·
1 Parent(s): df9ab0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,12 +1,12 @@
1
  from __future__ import annotations
2
  from typing import Iterable
3
  import gradio as gr
4
- from gradio.themes.base import Base
5
  from gradio.themes.utils import colors, fonts, sizes
6
  import time
7
 
8
 
9
- class BlueTheme(Base):
10
  def __init__(
11
  self,
12
  *,
 
1
  from __future__ import annotations
2
  from typing import Iterable
3
  import gradio as gr
4
+ from gradio.themes.soft import Soft
5
  from gradio.themes.utils import colors, fonts, sizes
6
  import time
7
 
8
 
9
+ class BlueTheme(Soft):
10
  def __init__(
11
  self,
12
  *,