Spaces:
Sleeping
Sleeping
Harnitha Suresh
commited on
Commit
·
245b95b
1
Parent(s):
d916a35
add pre-requirements.txt filenit fix
Browse files
app.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
# app.py
|
2 |
import streamlit as st
|
3 |
import pandas as pd
|
4 |
-
import seaborn as sns
|
5 |
-
import matplotlib.pyplot as plt
|
6 |
-
import statsmodels.api as sm
|
7 |
st.set_option('deprecation.showPyplotGlobalUse', False)
|
8 |
|
9 |
uploaded_file = st.file_uploader("Upload a CSV file", type=["csv"])
|
|
|
1 |
# app.py
|
2 |
import streamlit as st
|
3 |
import pandas as pd
|
4 |
+
#import seaborn as sns
|
5 |
+
#import matplotlib.pyplot as plt
|
6 |
+
#import statsmodels.api as sm
|
7 |
st.set_option('deprecation.showPyplotGlobalUse', False)
|
8 |
|
9 |
uploaded_file = st.file_uploader("Upload a CSV file", type=["csv"])
|