Hack90 commited on
Commit
d11a268
·
verified ·
1 Parent(s): b30f466

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import pandas as pd
 
2
  import matplotlib.pyplot as plt
3
  from scipy.interpolate import interp1d
4
  from shiny import render
 
1
  import pandas as pd
2
+ import numpy as np
3
  import matplotlib.pyplot as plt
4
  from scipy.interpolate import interp1d
5
  from shiny import render