EmbodiedAgentInterface/backend
0
1style_content = """2pre, code {3 background-color: #272822;4}5 .scrollable {6 font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace;7 height: 500px;8 overflow: auto;9 }10 """11dark_mode_gradio_js = """12function refresh() {13 const url = new URL(window.location);14 15 if (url.searchParams.get('__theme') !== 'dark') {16 url.searchParams.set('__theme', 'dark');17 window.location.href = url.href;18 }19}20"""21 