carlos-chau commited on
Commit
9d784e4
·
verified ·
1 Parent(s): 819e2d9

app.py - Enter the Sequence "(fasta format)"

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")