drkareemkamal commited on
Commit
0f20da4
·
verified ·
1 Parent(s): d7e4312

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import matplotlib.pyplot as plt
6
  # Load Data
7
  @st.cache_data
8
  def load_data():
9
- return pd.read_csv("data/inbody_with_clusters.csv", parse_dates=["Test Date"])
10
 
11
  df = load_data()
12
 
 
6
  # Load Data
7
  @st.cache_data
8
  def load_data():
9
+ return pd.read_csv("inbody_with_clusters.csv", parse_dates=["Test Date"])
10
 
11
  df = load_data()
12