sjtans commited on
Commit
31c2d5c
·
verified ·
1 Parent(s): b670952

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -521,13 +521,13 @@ with gr.Blocks(title = "Hello",
521
  <a style="color:#cfe7fe; font-size:14pt;" href="https://organoidtracker.org" target="_blank">[website]</a>
522
  <a style="color:#cfe7fe; font-size:14pt;" href="https://jvzonlab.github.io/OrganoidTracker/index.html" target="_blank">[github]</a>
523
  </div>""")
524
- gr.HTML("""<h4 style="color:white;"> What is this?:<p>
525
  <ul>
526
  <li style="color:white;">Test the performance of our pre-trained networks on your data.
527
  <li style="color:white;">We implement only the initial cell detection step, but this is a good performance indicator for the other steps.
528
  <li style="color:white;">Does not work? OrganoidTracker 2.0 allows for the easy creation of ground truth datasets and training of new neural networks.
529
  <ul>
530
- </h4>""")
531
 
532
  #filepath = ""
533
  with gr.Row():
 
521
  <a style="color:#cfe7fe; font-size:14pt;" href="https://organoidtracker.org" target="_blank">[website]</a>
522
  <a style="color:#cfe7fe; font-size:14pt;" href="https://jvzonlab.github.io/OrganoidTracker/index.html" target="_blank">[github]</a>
523
  </div>""")
524
+ gr.HTML("""<h4 style="color:white;"> What is this?:<p> </h4>
525
  <ul>
526
  <li style="color:white;">Test the performance of our pre-trained networks on your data.
527
  <li style="color:white;">We implement only the initial cell detection step, but this is a good performance indicator for the other steps.
528
  <li style="color:white;">Does not work? OrganoidTracker 2.0 allows for the easy creation of ground truth datasets and training of new neural networks.
529
  <ul>
530
+ """)
531
 
532
  #filepath = ""
533
  with gr.Row():