Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,7 @@ import numpy as np
|
|
7 |
import csv
|
8 |
from datetime import datetime
|
9 |
|
|
|
10 |
# from matplotlib import pyplot as plt # this lets you draw inline pictures in the notebooks
|
11 |
# import pylab # this allows you to control figure size
|
12 |
# pylab.rcParams['figure.figsize'] = (10.0, 8.0) # this controls figure size in the notebook
|
|
|
7 |
import csv
|
8 |
from datetime import datetime
|
9 |
|
10 |
+
import matplotlib.pyplot as plt
|
11 |
# from matplotlib import pyplot as plt # this lets you draw inline pictures in the notebooks
|
12 |
# import pylab # this allows you to control figure size
|
13 |
# pylab.rcParams['figure.figsize'] = (10.0, 8.0) # this controls figure size in the notebook
|