Spaces:
Runtime error
Runtime error
Commit
·
4b8d068
1
Parent(s):
d217b74
Update utils.py
Browse files
utils.py
CHANGED
@@ -13,6 +13,7 @@ from markdown import markdown
|
|
13 |
from pygments import highlight
|
14 |
from pygments.lexers import get_lexer_by_name
|
15 |
from pygments.formatters import HtmlFormatter
|
|
|
16 |
|
17 |
|
18 |
use_websearch_checkbox=False
|
|
|
13 |
from pygments import highlight
|
14 |
from pygments.lexers import get_lexer_by_name
|
15 |
from pygments.formatters import HtmlFormatter
|
16 |
+
from theme_dropdown import create_theme_dropdown # noqa: F401
|
17 |
|
18 |
|
19 |
use_websearch_checkbox=False
|