pikto commited on
Commit
0fecb01
·
1 Parent(s): fd0a9ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def load_data(url):
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
 
50
  ################
51
 
 
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
 
50
  ################
51