vshulev commited on
Commit
c75d1fb
·
1 Parent(s): e1bdaad

Update app description

Browse files
Files changed (1) hide show
  1. app.py +10 -7
app.py CHANGED
@@ -191,13 +191,16 @@ def cluster_dna(top_k: float):
191
 
192
  with gr.Blocks() as demo:
193
  # Header section
194
- gr.Markdown("# DNA Identifier Tool")
195
- gr.Markdown((
196
- "Welcome to Lofi Amazon Beats' DNA Identifier Tool. "
197
- "Please enter a DNA sequence and the coordinates at which its sample "
198
- "was taken to get started. Click 'I'm feeling lucky' to see use a "
199
- "random sequence."
200
- ))
 
 
 
201
 
202
  with gr.Row():
203
  with gr.Column():
 
191
 
192
  with gr.Blocks() as demo:
193
  # Header section
194
+ gr.Markdown(("""
195
+ # DNA Identifier Tool
196
+
197
+ Welcome to Lofi Amazon Beats' DNA Identifier Tool. Please enter a DNA
198
+ sequence and the coordinates at which its sample was taken to get
199
+ started. Click 'I'm feeling lucky' to see use a random sequence.
200
+
201
+ For more information on how to use check out our
202
+ [README](https://huggingface.co/spaces/LofiAmazon/LofiAmazonSpace/blob/main/README.md)
203
+ """))
204
 
205
  with gr.Row():
206
  with gr.Column():