Spaces:
Runtime error
Runtime error
fix: missing library theme
Browse files
app.py
CHANGED
|
@@ -17,6 +17,7 @@ from gradio.components import (
|
|
| 17 |
Textbox,
|
| 18 |
get_component_instance,
|
| 19 |
)
|
|
|
|
| 20 |
|
| 21 |
import gradio as gr
|
| 22 |
from gradio.helpers import special_args
|
|
|
|
| 17 |
Textbox,
|
| 18 |
get_component_instance,
|
| 19 |
)
|
| 20 |
+
from gradio.themes import ThemeClass as Theme
|
| 21 |
|
| 22 |
import gradio as gr
|
| 23 |
from gradio.helpers import special_args
|