RobPruzan commited on
Commit
04cefa3
1 Parent(s): ea3e98f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -458,10 +458,11 @@ with gr.Blocks(title="Automatic Literacy and Speech Assesmen") as demo:
458
  with gr.Row():
459
  with gr.Box():
460
  div_output = gr.Label(label='Diversity Score', show_label=False)
461
- gr.Markdown("Diversity Heamap | Blue cells are omitted from score")
462
- interpretation = gr.components.Interpretation(in_text, label="Diversity Heapmap")
463
- with gr.Box():
464
- interpretation2 = gr.components.Interpretation(in_text, label="Difficulty Heapmap")
 
465
  with gr.Row():
466
  with gr.Box():
467
  with gr.Group():
 
458
  with gr.Row():
459
  with gr.Box():
460
  div_output = gr.Label(label='Diversity Score', show_label=False)
461
+ gr.Markdown("Diversity Heatmap | Blue cells are omitted from score | Darker = More Diverse")
462
+ interpretation = gr.components.Interpretation(in_text, label="Diversity Heatmap")
463
+ with gr.Box():
464
+ gr.Markdown("Relative Difficulty Heatmap- How confusing the text is in that area")
465
+ interpretation2 = gr.components.Interpretation(in_text, label="Difficulty Heatmap")
466
  with gr.Row():
467
  with gr.Box():
468
  with gr.Group():