Spaces:
Running
Running
More info notifications
Browse files
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),
|