Spaces:
Sleeping
Sleeping
Update templates/about.html
Browse files- templates/about.html +10 -1
templates/about.html
CHANGED
|
@@ -2,7 +2,9 @@
|
|
| 2 |
{% block content %}
|
| 3 |
|
| 4 |
<div class="main-wrap">
|
| 5 |
-
<section class="card">
|
|
|
|
|
|
|
| 6 |
<h2>About CANLoc</h2>
|
| 7 |
|
| 8 |
<p>
|
|
@@ -12,6 +14,13 @@
|
|
| 12 |
with an optimized <b>XGBoost</b> classifier trained on curated
|
| 13 |
protein datasets.
|
| 14 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
<h3>Performance & Evaluation</h3>
|
| 17 |
|
|
|
|
| 2 |
{% block content %}
|
| 3 |
|
| 4 |
<div class="main-wrap">
|
| 5 |
+
<section class="card about-flex">
|
| 6 |
+
|
| 7 |
+
<div class="about-text">
|
| 8 |
<h2>About CANLoc</h2>
|
| 9 |
|
| 10 |
<p>
|
|
|
|
| 14 |
with an optimized <b>XGBoost</b> classifier trained on curated
|
| 15 |
protein datasets.
|
| 16 |
</p>
|
| 17 |
+
</div>
|
| 18 |
+
|
| 19 |
+
<div class="about-image">
|
| 20 |
+
<img src="{{ url_for('static', filename='images/cell_diagram.png') }}"
|
| 21 |
+
alt="Eukaryotic cell diagram showing organelles">
|
| 22 |
+
</div>
|
| 23 |
+
|
| 24 |
|
| 25 |
<h3>Performance & Evaluation</h3>
|
| 26 |
|