RobPruzan commited on
Commit
dbe5251
·
1 Parent(s): 395d778
Files changed (1) hide show
  1. app.py +1 -1
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} 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():
 
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():