laurenok24 commited on
Commit
2a604d5
·
verified ·
1 Parent(s): fe06899

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -341,7 +341,7 @@ with gr.Blocks() as demo_precomputed:
341
  We then programmatically generate a detailed performance report containing different aspects of the dive, their percentile scores, and visual evidence.
342
  It can be helpful for a number of reasons including as a support to human judges and as an educational tool to teach coaches, athletes, and judges how to score.
343
 
344
- 1. Click the **Get Score** button. The Score Report will be generated below. (Abstract Symbols first if you haven't already!)
345
  """
346
  )
347
 
 
341
  We then programmatically generate a detailed performance report containing different aspects of the dive, their percentile scores, and visual evidence.
342
  It can be helpful for a number of reasons including as a support to human judges and as an educational tool to teach coaches, athletes, and judges how to score.
343
 
344
+ 1. Click the **Generate Score Report** button. The Score Report will be generated below. (Abstract Symbols first if you haven't already!)
345
  """
346
  )
347