RobPruzan commited on
Commit
accbbd4
1 Parent(s): 7472f09

Updating language on demo

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -424,6 +424,7 @@ with gr.Blocks() as demo:
424
  grade1 = gr.Button("Grade Your Speech")
425
 
426
  with gr.Box():
 
427
  diff_output = gr.Label(label='Difficulty Level', show_label=True)
428
  plotter = gr.Plot()
429
 
 
424
  grade1 = gr.Button("Grade Your Speech")
425
 
426
  with gr.Box():
427
+ gr.Markdown("Requires 25-50 Words")
428
  diff_output = gr.Label(label='Difficulty Level', show_label=True)
429
  plotter = gr.Plot()
430