RobPruzan commited on
Commit
defe149
1 Parent(s): b25ef75

Updating language for markdown

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -704,7 +704,7 @@ with gr.Blocks(title="Automatic Literacy and Speech Assesment") as demo:
704
  find_sim = gr.Button("Find Similar Words")
705
  sims = gr.Label()
706
  with gr.Box():
707
- gr.Markdown("Relative Difficulty Heatmap- How confusing the text is in that area")
708
  interpretation2 = gr.components.Interpretation(in_text, label="Difficulty Heatmap")
709
  with gr.Box():
710
  vocab_output = gr.Label(label='Vocabulary Level', show_label=True)
 
704
  find_sim = gr.Button("Find Similar Words")
705
  sims = gr.Label()
706
  with gr.Box():
707
+ gr.Markdown("Relative Difficulty Heatmap- How confusing the text is in that area of text")
708
  interpretation2 = gr.components.Interpretation(in_text, label="Difficulty Heatmap")
709
  with gr.Box():
710
  vocab_output = gr.Label(label='Vocabulary Level', show_label=True)