Skip to content

Commit 64b3bd6

Browse files
committed
Clean INDRA statement presentation
1 parent 59f6fa1 commit 64b3bd6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

notebooks/beta_catenin_dou/protein_analysis_template.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ <h1>Protein Analysis Results</h1>
4242
<div class="tab-content", id="resultTabsContent">
4343
<div class="tab-pane fade show active" id="evidences" role="tabpanel">
4444
<h2>INDRA Statements with Evidences</h2>
45-
{% for stmt_html_filename in result['indra_stmt_htmls'] %}
46-
<iframe src="{{ stmt_html_filename }}" width="800" height="500"></iframe>
45+
{% for html_page in result['indra_stmt_html_contents'] %}
46+
{{ html_page | safe }}
4747
{% endfor %}
48+
4849
<h2> Bar Charts</h2>
4950
<div class="row">
5051
<div class="col-md-4">

0 commit comments

Comments
 (0)