Spaces:
Running
Running
Commit
·
32f12b9
1
Parent(s):
1742f92
Update app.py
Browse files
app.py
CHANGED
@@ -282,7 +282,7 @@ def peaks(output_file, input_checks):
|
|
282 |
'</body>'
|
283 |
'</html>'
|
284 |
)
|
285 |
-
|
286 |
return gr.update(value=html, visible=True), gr.update(visible=True) # next_button_topics becomes available
|
287 |
else:
|
288 |
return gr.update(value=html, visible=True), gr.update(visible=False) # no next_button becomes available
|
|
|
282 |
'</body>'
|
283 |
'</html>'
|
284 |
)
|
285 |
+
if "topics" in input_checks:
|
286 |
return gr.update(value=html, visible=True), gr.update(visible=True) # next_button_topics becomes available
|
287 |
else:
|
288 |
return gr.update(value=html, visible=True), gr.update(visible=False) # no next_button becomes available
|