Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -98,7 +98,9 @@ with gr.Blocks(css=styles) as demo:
|
|
| 98 |
with gr.Row():
|
| 99 |
prompt_input = gr.Textbox(label="prompt", placeholder="Example: create a cheatsheet poster with npm commands")
|
| 100 |
|
| 101 |
-
poster_display = gr.HTML(
|
|
|
|
|
|
|
| 102 |
|
| 103 |
json_html = gr.HTML();
|
| 104 |
|
|
|
|
| 98 |
with gr.Row():
|
| 99 |
prompt_input = gr.Textbox(label="prompt", placeholder="Example: create a cheatsheet poster with npm commands")
|
| 100 |
|
| 101 |
+
poster_display = gr.HTML("""
|
| 102 |
+
<div id="root"></div>
|
| 103 |
+
""");
|
| 104 |
|
| 105 |
json_html = gr.HTML();
|
| 106 |
|