We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f6fa1 commit 64b3bd6Copy full SHA for 64b3bd6
notebooks/beta_catenin_dou/protein_analysis_template.html
@@ -42,9 +42,10 @@ <h1>Protein Analysis Results</h1>
42
<div class="tab-content", id="resultTabsContent">
43
<div class="tab-pane fade show active" id="evidences" role="tabpanel">
44
<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>
+ {% for html_page in result['indra_stmt_html_contents'] %}
+ {{ html_page | safe }}
47
{% endfor %}
48
+
49
<h2> Bar Charts</h2>
50
<div class="row">
51
<div class="col-md-4">
0 commit comments