fix output
Browse files
app.py
CHANGED
|
@@ -6452,7 +6452,7 @@ with gr.Blocks(
|
|
| 6452 |
# After generation, toggle editors for transformers.js and populate
|
| 6453 |
toggle_editors,
|
| 6454 |
inputs=[language_dropdown, code_output],
|
| 6455 |
-
outputs=[code_output, tjs_group, tjs_html_code, tjs_js_code, tjs_css_code]
|
| 6456 |
).then(
|
| 6457 |
# After generation, toggle static multi-file editors for HTML
|
| 6458 |
toggle_static_editors,
|
|
@@ -6500,7 +6500,7 @@ with gr.Blocks(
|
|
| 6500 |
# After generation, toggle editors for transformers.js and populate
|
| 6501 |
toggle_editors,
|
| 6502 |
inputs=[language_dropdown, code_output],
|
| 6503 |
-
outputs=[code_output, tjs_group, tjs_html_code, tjs_js_code, tjs_css_code]
|
| 6504 |
).then(
|
| 6505 |
# After generation, toggle static multi-file editors for HTML
|
| 6506 |
toggle_static_editors,
|
|
|
|
| 6452 |
# After generation, toggle editors for transformers.js and populate
|
| 6453 |
toggle_editors,
|
| 6454 |
inputs=[language_dropdown, code_output],
|
| 6455 |
+
outputs=[code_output, tjs_group, tjs_html_code, tjs_js_code, tjs_css_code, react_group, react_code_dockerfile, react_code_package_json, react_code_next_config, react_code_postcss_config, react_code_tailwind_config, react_code_pages_app, react_code_pages_index, react_code_components, react_code_styles]
|
| 6456 |
).then(
|
| 6457 |
# After generation, toggle static multi-file editors for HTML
|
| 6458 |
toggle_static_editors,
|
|
|
|
| 6500 |
# After generation, toggle editors for transformers.js and populate
|
| 6501 |
toggle_editors,
|
| 6502 |
inputs=[language_dropdown, code_output],
|
| 6503 |
+
outputs=[code_output, tjs_group, tjs_html_code, tjs_js_code, tjs_css_code, react_group, react_code_dockerfile, react_code_package_json, react_code_next_config, react_code_postcss_config, react_code_tailwind_config, react_code_pages_app, react_code_pages_index, react_code_components, react_code_styles]
|
| 6504 |
).then(
|
| 6505 |
# After generation, toggle static multi-file editors for HTML
|
| 6506 |
toggle_static_editors,
|