AIEcosystem commited on
Commit
9805a07
·
verified ·
1 Parent(s): 893b025

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +3 -3
src/streamlit_app.py CHANGED
@@ -382,12 +382,12 @@ def generate_html_report(df, text_input, elapsed_time, df_topic_data, entity_col
382
  <h3>3.2 Comparative Charts (Pie, Category Count, Frequency) - *Stacked Vertically*</h3>
383
  <div class="chart-box">{pie_html}</div>
384
  <div class="chart-box">{bar_category_html}</div>
385
- <h3>3.3 Entity Relationship Map (Edges = Same Sentence)</h3>
 
 
386
  <div class="chart-box">{network_html}</div>
387
  <h2>4. Topic Modelling</h2>
388
  {topic_charts_html}
389
- <h3>3.4 Most Frequent Entities</h3>
390
- <div class="chart-box">{bar_freq_html}</div>
391
  </div>
392
  </body>
393
  </html>
 
382
  <h3>3.2 Comparative Charts (Pie, Category Count, Frequency) - *Stacked Vertically*</h3>
383
  <div class="chart-box">{pie_html}</div>
384
  <div class="chart-box">{bar_category_html}</div>
385
+ <h3>3.3 Most Frequent Entities</h3>
386
+ <div class="chart-box">{bar_freq_html}</div>
387
+ <h3>3.4 Entity Relationship Map (Edges = Same Sentence)</h3>
388
  <div class="chart-box">{network_html}</div>
389
  <h2>4. Topic Modelling</h2>
390
  {topic_charts_html}
 
 
391
  </div>
392
  </body>
393
  </html>