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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -462,7 +462,7 @@ with gr.Blocks(title="Automatic Literacy and Speech Assesmen") as demo:
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():
 
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():