t-m-6 commited on
Commit
943e539
1 Parent(s): e600d8e

Update app.py

Browse files

update:タイトルの変更

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def stats(age, g, gs, mp, fga, tpa, spp, efgp, ft, ftp, orb, drb, ast, stl, blk,
35
  return salaryUs, salaryJp
36
 
37
  demo = gr.Interface(fn=stats,
38
- title="選手情報から年俸を予測(2021-NBA)",
39
  inputs=[gr.Textbox(label='年齢(Age)'),
40
  gr.Textbox(label='試合出場回数(G)'),
41
  gr.Textbox(label='スタメン試合出場回数(GS)'),
 
35
  return salaryUs, salaryJp
36
 
37
  demo = gr.Interface(fn=stats,
38
+ title="選手情報から年俸を予測(NBA)",
39
  inputs=[gr.Textbox(label='年齢(Age)'),
40
  gr.Textbox(label='試合出場回数(G)'),
41
  gr.Textbox(label='スタメン試合出場回数(GS)'),