ntsc207 commited on
Commit
fbf7466
·
verified ·
1 Parent(s): 86b060d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ import numpy as np
12
  import matplotlib.pyplot as plt
13
  import threading
14
  from scipy.interpolate import make_interp_spline
15
-
16
  should_continue = True
17
 
18
  @spaces.GPU(duration=240)
 
12
  import matplotlib.pyplot as plt
13
  import threading
14
  from scipy.interpolate import make_interp_spline
15
+ import pandas as pd
16
  should_continue = True
17
 
18
  @spaces.GPU(duration=240)