jschwab21 commited on
Commit
22e8a7c
·
verified ·
1 Parent(s): 1e456a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -4,6 +4,8 @@ from gradio.themes.base import Base
4
  from gradio.themes.utils import colors, fonts, sizes
5
  import uuid
6
  import os
 
 
7
 
8
  class CustomTheme(Base):
9
  def __init__(
 
4
  from gradio.themes.utils import colors, fonts, sizes
5
  import uuid
6
  import os
7
+ from typing import Iterable
8
+
9
 
10
  class CustomTheme(Base):
11
  def __init__(