lunadebruyne commited on
Commit
0186e6d
·
1 Parent(s): 26daae1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -190,7 +190,7 @@ def dist(output_file, input_checks):
190
  plot = (points + lines).properties(width=600, height=350).interactive()
191
 
192
  if "peaks" in input_checks:
193
- return ggr.Plot.update(value=plot, visible=True), gr.update(visible=True), gr.update(visible=False) # next_button_peaks becomes available
194
  elif "topics" in input_checks:
195
  return gr.Plot.update(value=plot, visible=True), gr.update(visible=False), gr.update(visible=True) # next_button_topics becomes available
196
  else:
 
190
  plot = (points + lines).properties(width=600, height=350).interactive()
191
 
192
  if "peaks" in input_checks:
193
+ return gr.Plot.update(value=plot, visible=True), gr.update(visible=True), gr.update(visible=False) # next_button_peaks becomes available
194
  elif "topics" in input_checks:
195
  return gr.Plot.update(value=plot, visible=True), gr.update(visible=False), gr.update(visible=True) # next_button_topics becomes available
196
  else: