justinkay
commited on
Commit
·
672baca
1
Parent(s):
d50bd8f
Small bug fix
Browse files
app.py
CHANGED
|
@@ -1169,8 +1169,8 @@ with gr.Blocks(title="CODA: Wildlife Photo Classification Challenge",
|
|
| 1169 |
return gr.update(visible=False)
|
| 1170 |
|
| 1171 |
def reveal_accuracies():
|
| 1172 |
-
"""Reveal accuracy plot and hide the
|
| 1173 |
-
return gr.update(visible=True), gr.update(visible=False)
|
| 1174 |
|
| 1175 |
popup_start_button.click(
|
| 1176 |
fn=start_demo,
|
|
|
|
| 1169 |
return gr.update(visible=False)
|
| 1170 |
|
| 1171 |
def reveal_accuracies():
|
| 1172 |
+
"""Reveal accuracy plot and hide the hidden group"""
|
| 1173 |
+
return gr.update(visible=True), gr.update(visible=False)
|
| 1174 |
|
| 1175 |
popup_start_button.click(
|
| 1176 |
fn=start_demo,
|