tracywong117 commited on
Commit
6dd949f
·
1 Parent(s): 467dae3

Change html

Browse files
Files changed (1) hide show
  1. app.py +6 -3
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
- TIPars is JAVA program to do fast and accurate insertion or placement of new samples onto a reference phylogenetic tree based on parsimony criterion and utilized the pre-computed ancestral sequences."""
 
 
 
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="Sequence")
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,