mabil commited on
Commit
617eecb
·
1 Parent(s): 4d16517

Fix: Correzione voce keywords

Browse files
Files changed (1) hide show
  1. templates/NORUS.html +1 -1
templates/NORUS.html CHANGED
@@ -83,7 +83,7 @@
83
 
84
  {% if keywords %}
85
  <div class="results" style="text-align: center; margin-top: 30px;">
86
- <h3>🔑 Common Scientific Keywords</h3>
87
  <p>
88
  {% for kw, count in keywords %}
89
  <span style="margin: 5px; font-weight: bold;">{{ kw }} ({{ count }})</span>
 
83
 
84
  {% if keywords %}
85
  <div class="results" style="text-align: center; margin-top: 30px;">
86
+ <h3>🔑 Common Keywords</h3>
87
  <p>
88
  {% for kw, count in keywords %}
89
  <span style="margin: 5px; font-weight: bold;">{{ kw }} ({{ count }})</span>