prozorov commited on
Commit
b22f1ba
·
verified ·
1 Parent(s): eb310cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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('<div id="root"></div>');
 
 
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