Spaces:
Running
Running
Update mtdna_tool_explainer_updated.html
Browse files
mtdna_tool_explainer_updated.html
CHANGED
@@ -43,13 +43,15 @@
|
|
43 |
}
|
44 |
|
45 |
.custom-container code {
|
46 |
-
background:
|
47 |
-
color: #
|
48 |
-
|
49 |
-
|
50 |
-
|
|
|
51 |
}
|
52 |
|
|
|
53 |
.custom-container .highlight {
|
54 |
background: #ffffcc;
|
55 |
padding: 4px 8px;
|
@@ -69,7 +71,8 @@
|
|
69 |
|
70 |
<h2>System Overview Diagram</h2>
|
71 |
<p>The figure below shows the core execution flow—from input accession to final output.</p>
|
72 |
-
<img src="
|
|
|
73 |
|
74 |
<h2>Key Steps</h2>
|
75 |
<ol>
|
|
|
43 |
}
|
44 |
|
45 |
.custom-container code {
|
46 |
+
background: none !important;
|
47 |
+
color: #222 !important;
|
48 |
+
font-family: inherit !important;
|
49 |
+
font-size: inherit !important;
|
50 |
+
padding: 0 !important;
|
51 |
+
border-radius: 0 !important;
|
52 |
}
|
53 |
|
54 |
+
|
55 |
.custom-container .highlight {
|
56 |
background: #ffffcc;
|
57 |
padding: 4px 8px;
|
|
|
71 |
|
72 |
<h2>System Overview Diagram</h2>
|
73 |
<p>The figure below shows the core execution flow—from input accession to final output.</p>
|
74 |
+
<img src="https://huggingface.co/spaces/VyLala/mtDNALocation/resolve/main/flowchart.png" alt="mtDNA Pipeline Flowchart">
|
75 |
+
|
76 |
|
77 |
<h2>Key Steps</h2>
|
78 |
<ol>
|