Update app.py
Browse files
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
|