masa729406 commited on
Commit
71acc6c
·
1 Parent(s): 00f36ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -295,8 +295,8 @@ def outbreak(date):
295
  with gr.Blocks() as demo:
296
  gr.Markdown(
297
  """
298
- # 川崎フロンターレの観客動員数の予測
299
- 等々力陸上競技場で行われる川崎フロンターレの直近の試合の観客数を「あじ」の価格と漁獲高を使用して予測する。
300
  ## 使用データ
301
  * 東京卸売市場日報
302
  * Football Lab
@@ -310,7 +310,7 @@ with gr.Blocks() as demo:
310
  )
311
  with gr.Row():
312
  with gr.Column():
313
- date_input = gr.Checkbox(label='predict')
314
  prediction_btn = gr.Button(value="predict")
315
  with gr.Column():
316
  prediction = gr.Plot(label = "時系列プロット")
 
295
  with gr.Blocks() as demo:
296
  gr.Markdown(
297
  """
298
+ # 川崎フロンターレの観客動員数予測
299
+ 等々力陸上競技場で行われる川崎フロンターレの直近の試合の観客数を「あじ」の価格と漁獲高を使用し予測する。
300
  ## 使用データ
301
  * 東京卸売市場日報
302
  * Football Lab
 
310
  )
311
  with gr.Row():
312
  with gr.Column():
313
+ date_input = gr.Checkbox(label='予測したい気持ちがありますか?ある場合はチェックしてから、下のpredictボタンを押してください')
314
  prediction_btn = gr.Button(value="predict")
315
  with gr.Column():
316
  prediction = gr.Plot(label = "時系列プロット")