Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ from gradio.themes.utils import colors, fonts, sizes
|
|
5 |
from typing import Iterable
|
6 |
import uuid
|
7 |
import os
|
|
|
8 |
|
9 |
class CustomTheme(Base):
|
10 |
def __init__(
|
|
|
5 |
from typing import Iterable
|
6 |
import uuid
|
7 |
import os
|
8 |
+
import matplotlib as plt
|
9 |
|
10 |
class CustomTheme(Base):
|
11 |
def __init__(
|