Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
OL-YAD committed Sep 11, 2024
2 parents 49ac32e + 1c31ad3 commit dc9be18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
@st.cache_data
def load_data():


df = pd.read_csv("../data/cleaned_telecom_data.csv")

return df

df = load_data()
Expand Down Expand Up @@ -296,4 +298,4 @@ def plot_top_apps(df):
plt.title('Average Experience Metrics by Handset Manufacturer')
st.pyplot(fig)

st.sidebar.info("Select a task from the dropdown menu to view different analyses.")
st.sidebar.info("Select a task from the dropdown menu to view different analyses.")

0 comments on commit dc9be18

Please sign in to comment.