Biocoder09 commited on
Commit
d4025d9
·
verified ·
1 Parent(s): 6e0e3cd

Update templates/about.html

Browse files
Files changed (1) hide show
  1. templates/about.html +1 -6
templates/about.html CHANGED
@@ -66,13 +66,8 @@
66
 
67
  <div class="about-image">
68
  <figure>
69
- <img src="{{ url_for('static', filename='images/cell_diagram.png') }}"
70
  alt="Eukaryotic cell diagram showing Subcellular Location">
71
- <figcaption>
72
- <strong>Figure 1.</strong> Schematic representation of a cell
73
- highlighting major subcellular locations relevant to protein
74
- localization prediction.
75
- </figcaption>
76
  </figure>
77
  </div>
78
 
 
66
 
67
  <div class="about-image">
68
  <figure>
69
+ <img src="/static/images/cell_diagram.png"
70
  alt="Eukaryotic cell diagram showing Subcellular Location">
 
 
 
 
 
71
  </figure>
72
  </div>
73