Spaces:
Sleeping
Sleeping
Update app description
Browse files
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("
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
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():
|