modified app.py
Browse files
app.py
CHANGED
|
@@ -48,6 +48,4 @@ if st.sidebar.button("Get Data"):
|
|
| 48 |
# Handle errors
|
| 49 |
st.error(f"Error: {response.json()['detail']}")
|
| 50 |
|
| 51 |
-
|
| 52 |
-
data=pd.read_csv('D:\pandas\world_population (1).csv')
|
| 53 |
-
st.dataframe(data)
|
|
|
|
| 48 |
# Handle errors
|
| 49 |
st.error(f"Error: {response.json()['detail']}")
|
| 50 |
|
| 51 |
+
|
|
|
|
|
|