Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
| 48 |
-
|
| 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")
|