Hack90 commited on
Commit
c8742e6
·
verified ·
1 Parent(s): 90b7bec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -867,6 +867,7 @@ with ui.navset_card_tab(id="tab"):
867
  ############################################################# Plotting ########################################################
868
  here = Path(__file__).parent
869
  import matplotlib as mpl
 
870
  @render.plot
871
  def plot():
872
  #ds = load_dataset('Hack90/virus_tiny')
 
867
  ############################################################# Plotting ########################################################
868
  here = Path(__file__).parent
869
  import matplotlib as mpl
870
+ @output(suspend_when_hidden=True)
871
  @render.plot
872
  def plot():
873
  #ds = load_dataset('Hack90/virus_tiny')