Spaces:
Sleeping
Sleeping
Commit ·
6dd949f
1
Parent(s): 467dae3
Change html
Browse files
app.py
CHANGED
|
@@ -115,8 +115,11 @@ with gr.Blocks(css=css) as demo:
|
|
| 115 |
task_selected = gr.State("sars")
|
| 116 |
|
| 117 |
gr.Markdown(
|
| 118 |
-
"""# TIPars
|
| 119 |
-
|
|
|
|
|
|
|
|
|
|
| 120 |
)
|
| 121 |
with gr.Row():
|
| 122 |
|
|
@@ -153,7 +156,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 153 |
Sequences to be insert to Reference Tree (.fasta)
|
| 154 |
"""
|
| 155 |
)
|
| 156 |
-
input_textbox2 = gr.Textbox(label="
|
| 157 |
gr.Examples(
|
| 158 |
examples=[["H5"]],
|
| 159 |
inputs=input_textbox2,
|
|
|
|
| 115 |
task_selected = gr.State("sars")
|
| 116 |
|
| 117 |
gr.Markdown(
|
| 118 |
+
"""# Phylogenetic Placement by TIPars
|
| 119 |
+
<center>
|
| 120 |
+
This is HuggingFace hosting of <a href=https://github.com/id-bioinfo/TIPars>TIPars</a>.
|
| 121 |
+
</center>
|
| 122 |
+
"""
|
| 123 |
)
|
| 124 |
with gr.Row():
|
| 125 |
|
|
|
|
| 156 |
Sequences to be insert to Reference Tree (.fasta)
|
| 157 |
"""
|
| 158 |
)
|
| 159 |
+
input_textbox2 = gr.Textbox(label="Query Sequences")
|
| 160 |
gr.Examples(
|
| 161 |
examples=[["H5"]],
|
| 162 |
inputs=input_textbox2,
|