pikto commited on
Commit
1de3e51
·
1 Parent(s): 976e8b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -42,8 +42,8 @@ def load_data(url):
42
  df = pd.read_csv(url)
43
  return df
44
 
45
- df = load_data("https://github.com/plotly/datasets/raw/master/uber-rides-data1.csv")
46
- st.dataframe(df)
47
 
48
  #st.button("Rerun")
49
 
 
42
  df = pd.read_csv(url)
43
  return df
44
 
45
+ #df = load_data("https://github.com/plotly/datasets/raw/master/uber-rides-data1.csv")
46
+ #st.dataframe(df)
47
 
48
  #st.button("Rerun")
49