rodolphethinks1 commited on
Commit
e0d1bb6
·
verified ·
1 Parent(s): e21bfa3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -71,8 +71,8 @@ with gr.Blocks() as interface:
71
  html_input = gr.Textbox(
72
  label="Paste HTML Content",
73
  placeholder="Paste your HTML content here...",
74
- lines=5,
75
- max_lines=10
76
  )
77
  parse_button = gr.Button("Parse Content")
78
 
 
71
  html_input = gr.Textbox(
72
  label="Paste HTML Content",
73
  placeholder="Paste your HTML content here...",
74
+ lines=1,
75
+ max_lines=3
76
  )
77
  parse_button = gr.Button("Parse Content")
78