Vikas01 commited on
Commit
65daba4
·
1 Parent(s): 61f39a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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