yizhangliu
commited on
Commit
·
995d107
1
Parent(s):
38cb0d2
update app.py
Browse files
app.py
CHANGED
@@ -422,7 +422,7 @@ with gr.Blocks(css_paths="app.css", title="Qwen2.5 Coder Artifacts (+SambaNova+F
|
|
422 |
state_tab_val = gr.update(active_key="render_other")
|
423 |
render_html_val = gr.update(visible=False)
|
424 |
render_other_val = gr.update(visible=True)
|
425 |
-
sandbox_other_val =
|
426 |
|
427 |
code_syntax_check_val = code_syntax_check_fun(code, language=code_language)
|
428 |
yield {
|
|
|
422 |
state_tab_val = gr.update(active_key="render_other")
|
423 |
render_html_val = gr.update(visible=False)
|
424 |
render_other_val = gr.update(visible=True)
|
425 |
+
sandbox_other_val = assistant_response
|
426 |
|
427 |
code_syntax_check_val = code_syntax_check_fun(code, language=code_language)
|
428 |
yield {
|