Skip to content

Commit 82f5944

Browse files
committed
bug fixed
1 parent 87a6c95 commit 82f5944

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

streamlit/home.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
from scipy.stats import norm
99
from scipy import stats
1010
import random
11+
import functions as ff
12+
import main_analysis as main
13+
1114

1215
#######################################
1316
# DATA LOADING
@@ -196,3 +199,4 @@ def plot_value_counts(column_name):
196199
</div>
197200
"""
198201
st.markdown(highest_paying_ds_text, unsafe_allow_html=True)
202+

0 commit comments

Comments
 (0)