testnow720 commited on
Commit
4af178e
·
verified ·
1 Parent(s): ffc16f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -10,7 +10,8 @@ demo = gr.Interface(
10
  gr.Textbox(
11
  show_label=True,
12
  label="Code",
13
- max_lines=4_294_967_295
 
14
  ),
15
  gr.Dropdown(
16
  show_label=True,
 
10
  gr.Textbox(
11
  show_label=True,
12
  label="Code",
13
+ max_lines=4_294_967_295,
14
+ lines=4_294_967_295
15
  ),
16
  gr.Dropdown(
17
  show_label=True,