Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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__(
|