waritkan commited on
Commit
5ad27ee
·
verified ·
1 Parent(s): afa3b6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def predict(p_yds, p_cmp,p_att,ints,cmp_pct,rate,p_adj_ypa,p_ypa,r_att,year_draf
30
  # Create the Gradio interface
31
  interface = gr.Interface(
32
  fn=predict,
33
- inputs
34
  gr.Textbox(label="Pass Yards"),
35
  gr.Textbox(label="Pass Completions"),
36
  gr.Textbox(label="Pass Attempts"),
 
30
  # Create the Gradio interface
31
  interface = gr.Interface(
32
  fn=predict,
33
+ inputs=[
34
  gr.Textbox(label="Pass Yards"),
35
  gr.Textbox(label="Pass Completions"),
36
  gr.Textbox(label="Pass Attempts"),