broadfield-dev commited on
Commit
20083c5
·
verified ·
1 Parent(s): 038159a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def interface():
41
  with gr.Blocks() as demo:
42
  gr.Markdown("# Learn Frontend UI")
43
  with gr.Row():
44
- code_input = gr.Code(label="Write your HTML/CSS/JS here", language="html")
45
  with gr.Column():
46
  ui_preview = gr.HTML(label="UI Preview")
47
  error_output = gr.Textbox(label="Error", interactive=False)
 
41
  with gr.Blocks() as demo:
42
  gr.Markdown("# Learn Frontend UI")
43
  with gr.Row():
44
+ code_input = gr.Code(label="Write your HTML/CSS/JS here", lines=500, language="html")
45
  with gr.Column():
46
  ui_preview = gr.HTML(label="UI Preview")
47
  error_output = gr.Textbox(label="Error", interactive=False)