Matthew Rice commited on
Commit
cc74613
·
1 Parent(s): f2f1a50

Fixed app examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ demo = gr.Interface(fn=predict,
24
  ],
25
  title="Rookie QB Career Prediction (Name)",
26
  description="Given Name of QB who has played in the NFL, predict their career tier. Uses data from https:\/\/www.pro-football-reference.com. Tiers based on PFR Approximate Value.",
27
- article="See more details at https://github.com/mhrice/Rookie-QB-Predictions"
28
  examples=["Tom Brady", "Joe Burrow", "Trevor Lawrence"]
29
  )
30
 
 
24
  ],
25
  title="Rookie QB Career Prediction (Name)",
26
  description="Given Name of QB who has played in the NFL, predict their career tier. Uses data from https:\/\/www.pro-football-reference.com. Tiers based on PFR Approximate Value.",
27
+ article="See more details at https://github.com/mhrice/Rookie-QB-Predictions",
28
  examples=["Tom Brady", "Joe Burrow", "Trevor Lawrence"]
29
  )
30