pakooo commited on
Commit
8d5e756
1 Parent(s): 4a54baf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -80,11 +80,11 @@ with gr.Blocks() as demo:
80
 
81
  gr.Markdown(
82
  """
83
- ### This is a slightly comical NBA Player Performance Predictor.
84
 
85
  ***It is designed to show a projection for performance (Wins Above Replacement) and compare it to the actual performance over a career.***
86
 
87
- ***If the projection hangs, it is because the model is taking a long time to run. Refresh the page and give it another shot...get it?***
88
  """
89
  )
90
  with gr.Row():
 
80
 
81
  gr.Markdown(
82
  """
83
+ ### 0xpako's NBA Player Performance Predictor.
84
 
85
  ***It is designed to show a projection for performance (Wins Above Replacement) and compare it to the actual performance over a career.***
86
 
87
+ ***If the projection hangs, it is because the model is taking a long time to run. Refresh the page and give it another shot... get it?***
88
  """
89
  )
90
  with gr.Row():