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

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]>

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")