Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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():
|