Rahul-8799 commited on
Commit
373e120
Β·
verified Β·
1 Parent(s): b03bce6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -44,8 +44,8 @@ with gr.Blocks() as demo:
44
  user_prompt = gr.Textbox(label="Describe your UI", lines=4, value="A yoga retreat homepage with schedule and testimonials.")
45
  run_btn = gr.Button("Run Agents")
46
 
47
- #gr.Markdown("### πŸ” Website Preview")
48
- #preview_html = gr.HTML()
49
 
50
  gr.Markdown("### πŸ–₯️ Generated HTML Code")
51
  html_output = gr.Textbox(lines=15, label="Final HTML")
 
44
  user_prompt = gr.Textbox(label="Describe your UI", lines=4, value="A yoga retreat homepage with schedule and testimonials.")
45
  run_btn = gr.Button("Run Agents")
46
 
47
+ gr.Markdown("### πŸ” Website Preview")
48
+ preview_html = gr.HTML()
49
 
50
  gr.Markdown("### πŸ–₯️ Generated HTML Code")
51
  html_output = gr.Textbox(lines=15, label="Final HTML")