Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Remove max_lines in gr.code
Browse files
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
|
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():
|