VyLala commited on
Commit
c330994
·
verified ·
1 Parent(s): 5f473c1

Update mtdna_tool_explainer_updated.html

Browse files
Files changed (1) hide show
  1. mtdna_tool_explainer_updated.html +9 -6
mtdna_tool_explainer_updated.html CHANGED
@@ -43,13 +43,15 @@
43
  }
44
 
45
  .custom-container code {
46
- background: #f5f5f5;
47
- color: #c7254e;
48
- padding: 2px 4px;
49
- border-radius: 4px;
50
- font-family: Consolas, monospace;
 
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="./A_flowchart_in_the_image_illustrates_a_data_proces.png" alt="mtDNA Pipeline Flowchart">
 
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>