libokj commited on
Commit
5efeab2
·
1 Parent(s): eafe6b3

Remove max_lines in gr.code

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -846,7 +846,7 @@ To predict interactions/binding affinities of a single target against a library
846
  visible=False)
847
  target_family_detect_btn = gr.Button(value='Auto-detect', variant='primary')
848
 
849
- target_fasta = gr.Code(label='Input or Display FASTA', interactive=True, lines=5, max_lines=5)
850
  example_fasta = gr.Button(value='Example: Human MAPK14', elem_id='example')
851
 
852
  with gr.Row():
 
846
  visible=False)
847
  target_family_detect_btn = gr.Button(value='Auto-detect', variant='primary')
848
 
849
+ target_fasta = gr.Code(label='Input or Display FASTA', interactive=True, lines=5)
850
  example_fasta = gr.Button(value='Example: Human MAPK14', elem_id='example')
851
 
852
  with gr.Row():