Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|