Spaces:
Running
Running
Update themes/research_monochrome.py
Browse files
themes/research_monochrome.py
CHANGED
|
@@ -8,7 +8,8 @@ such as Bee.
|
|
| 8 |
"""
|
| 9 |
|
| 10 |
import gradio as gr
|
| 11 |
-
from gradio.themes.utils import sizes
|
|
|
|
| 12 |
|
| 13 |
class ResearchMonochrome(gr.themes.Base):
|
| 14 |
def __init__(
|
|
|
|
| 8 |
"""
|
| 9 |
|
| 10 |
import gradio as gr
|
| 11 |
+
from gradio.themes.utils import sizes
|
| 12 |
+
from gradio.themes import Font, Color
|
| 13 |
|
| 14 |
class ResearchMonochrome(gr.themes.Base):
|
| 15 |
def __init__(
|