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