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

#1
by carlos-chau - opened
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")