Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,9 +7,9 @@ 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
|
13 |
|
14 |
import io
|
15 |
import streamlit as st
|
|
|
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
|
13 |
|
14 |
import io
|
15 |
import streamlit as st
|