jennzhuge commited on
Commit
45594dd
·
1 Parent(s): 89a88ac
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -90,6 +90,7 @@ with gr.Blocks() as demo:
90
  # Header section
91
  gr.Markdown("# DNA Identifier Tool")
92
  gr.Markdown("Welcome to Lofi Amazon Beats' DNA Identifier Tool. Please enter a DNA sequence and the coordinates at which its sample was taken to get started. Click 'I'm feeling lucky' to see use a random sequence.")
 
93
  with gr.Row():
94
  with gr.Column():
95
  inp_dna = gr.Textbox(label="DNA", placeholder="e.g. AACAATGTA... (min 200 and max 660 characters)")
 
90
  # Header section
91
  gr.Markdown("# DNA Identifier Tool")
92
  gr.Markdown("Welcome to Lofi Amazon Beats' DNA Identifier Tool. Please enter a DNA sequence and the coordinates at which its sample was taken to get started. Click 'I'm feeling lucky' to see use a random sequence.")
93
+
94
  with gr.Row():
95
  with gr.Column():
96
  inp_dna = gr.Textbox(label="DNA", placeholder="e.g. AACAATGTA... (min 200 and max 660 characters)")