idolezal commited on
Commit
0fc2abb
β€’
1 Parent(s): b9a81c7

More info notifications

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -83,6 +83,8 @@ def process_submission(*inputs):
83
  gr.update(visible=False),
84
  )
85
 
 
 
86
  return (
87
  gr.update(visible=False),
88
  gr.update(visible=True),
 
83
  gr.update(visible=False),
84
  )
85
 
86
+ gr.Info('Tournament finished!', duration=5)
87
+ gr.Info('You can see the results of your model below.', duration=15)
88
  return (
89
  gr.update(visible=False),
90
  gr.update(visible=True),