Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
| 75 |
-
max_lines=
|
| 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 |
|