Spaces:
Running
Running
James McCool
commited on
Commit
·
68d9ccc
1
Parent(s):
24e0e93
Removed unused imports from streamlit_app.py to clean up the codebase.
Browse files- src/streamlit_app.py +0 -2
src/streamlit_app.py
CHANGED
@@ -2,10 +2,8 @@ import streamlit as st
|
|
2 |
import numpy as np
|
3 |
from numpy import where as np_where
|
4 |
import pandas as pd
|
5 |
-
import gspread
|
6 |
import plotly.express as px
|
7 |
import scipy.stats as stats
|
8 |
-
from pymongo import MongoClient
|
9 |
st.set_page_config(layout="wide")
|
10 |
|
11 |
from database import props_db, dfs_db
|
|
|
2 |
import numpy as np
|
3 |
from numpy import where as np_where
|
4 |
import pandas as pd
|
|
|
5 |
import plotly.express as px
|
6 |
import scipy.stats as stats
|
|
|
7 |
st.set_page_config(layout="wide")
|
8 |
|
9 |
from database import props_db, dfs_db
|