Rahul-8799 commited on
Commit
b03bce6
·
verified ·
1 Parent(s): ac30d30

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")