RobPruzan commited on
Commit
012a484
1 Parent(s): 0f24984

Fixing typo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -449,7 +449,7 @@ with gr.Blocks(title="Automatic Literacy and Speech Assesmen") as demo:
449
 
450
  with gr.Box():
451
  diff_output = gr.Label(label='Difficulty Level',show_label=True)
452
- gr.Markdown("Diversity Score Across Text")
453
  plotter = gr.Plot()
454
 
455
 
 
449
 
450
  with gr.Box():
451
  diff_output = gr.Label(label='Difficulty Level',show_label=True)
452
+ gr.Markdown("Difficulty Score Across Text")
453
  plotter = gr.Plot()
454
 
455