Spaces:
Sleeping
Sleeping
app.py - Enter the Sequence "(fasta format)"
#1
by
carlos-chau
- opened
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")
|