masa729406 commited on
Commit
86fd1b3
Β·
1 Parent(s): 230f893

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -279,7 +279,7 @@ with gr.Blocks() as demo:
279
  )
280
  with gr.Row():
281
  with gr.Column():
282
- date_input = gr.Checkbox(label='Do you want to predict audiences')
283
  prediction_btn = gr.Button(value="predict")
284
  with gr.Column():
285
  prediction = gr.Plot(label = "ζ™‚η³»εˆ—γƒ—γƒ­γƒƒγƒˆ")
 
279
  )
280
  with gr.Row():
281
  with gr.Column():
282
+ date_input = gr.Checkbox(label='Do you want to predict audiences?')
283
  prediction_btn = gr.Button(value="predict")
284
  with gr.Column():
285
  prediction = gr.Plot(label = "ζ™‚η³»εˆ—γƒ—γƒ­γƒƒγƒˆ")