Spaces:
Runtime error
Runtime error
typos
Browse files
app.py
CHANGED
@@ -490,7 +490,7 @@ with gr.Blocks(title="Automatic Literacy and Speech Assesmen") as demo:
|
|
490 |
interpretation2 = gr.components.Interpretation(in_text, label="Difficulty Heatmap")
|
491 |
with gr.Box():
|
492 |
vocab_output = gr.Label(label='Vocabulary Level', show_label=True)
|
493 |
-
gr.Markdown("Vocabulary Level Heatmap | Darker = Higher Level
|
494 |
interpretation3 = gr.components.Interpretation(in_text, label="Interpretation of Text")
|
495 |
with gr.Row():
|
496 |
with gr.Box():
|
|
|
490 |
interpretation2 = gr.components.Interpretation(in_text, label="Difficulty Heatmap")
|
491 |
with gr.Box():
|
492 |
vocab_output = gr.Label(label='Vocabulary Level', show_label=True)
|
493 |
+
gr.Markdown("Vocabulary Level Heatmap | Darker = Higher Level | Blue cells are not in vocabulary")
|
494 |
interpretation3 = gr.components.Interpretation(in_text, label="Interpretation of Text")
|
495 |
with gr.Row():
|
496 |
with gr.Box():
|