nesticot commited on
Commit
0b7aa7f
·
verified ·
1 Parent(s): a68a8d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -21,6 +21,7 @@ from shiny import App, reactive, ui, render
21
  from shiny.ui import h2, tags
22
  # from functions.PitchPlotFunctions import *
23
  import functions.PitchPlotFunctions as ppf
 
24
  ploter = ppf.PitchPlotFunctions()
25
  from shiny.plotutils import brushed_points
26
  # from pytabulator import TableOptions, Tabulator, output_tabulator, render_tabulator, theme
 
21
  from shiny.ui import h2, tags
22
  # from functions.PitchPlotFunctions import *
23
  import functions.PitchPlotFunctions as ppf
24
+ import matplotlib
25
  ploter = ppf.PitchPlotFunctions()
26
  from shiny.plotutils import brushed_points
27
  # from pytabulator import TableOptions, Tabulator, output_tabulator, render_tabulator, theme