Spaces:
Sleeping
Sleeping
app.py - Enter the Sequence "(fasta format)" (#1)
Browse files- app.py - Enter the Sequence "(fasta format)" (9d784e4efb7afa0c63ef302721f633be07bde85c)
Co-authored-by: Carlos Chau <[email protected]>
app.py
CHANGED
@@ -68,7 +68,7 @@ with gr.Blocks() as whole_block:
|
|
68 |
with gr.Tab("Text") as text_tab:
|
69 |
gr.Markdown(
|
70 |
"""
|
71 |
-
### Enter the sequence
|
72 |
"""
|
73 |
)
|
74 |
input_textbox = gr.Textbox(label="Sequence")
|
|
|
68 |
with gr.Tab("Text") as text_tab:
|
69 |
gr.Markdown(
|
70 |
"""
|
71 |
+
### Enter the sequence (fasta format)
|
72 |
"""
|
73 |
)
|
74 |
input_textbox = gr.Textbox(label="Sequence")
|