Hack90 commited on
Commit
97d5f96
·
verified ·
1 Parent(s): 712c9f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -854,8 +854,8 @@ with ui.navset_card_tab(id="tab"):
854
 
855
  ############################################################# Plotting ########################################################
856
  here = Path(__file__).parent
857
- @render.plot
858
  import matplotlib as mpl
 
859
  def plot():
860
  #ds = load_dataset('Hack90/virus_tiny')
861
  df = pd.read_parquet('virus_ds.parquet')
 
854
 
855
  ############################################################# Plotting ########################################################
856
  here = Path(__file__).parent
 
857
  import matplotlib as mpl
858
+ @render.plot
859
  def plot():
860
  #ds = load_dataset('Hack90/virus_tiny')
861
  df = pd.read_parquet('virus_ds.parquet')