third commit
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ if st.sidebar.button("Get Data"):
|
|
| 30 |
|
| 31 |
if response.status_code == 200:
|
| 32 |
data = response.json()
|
| 33 |
-
st.write(data)
|
| 34 |
|
| 35 |
# Display the continent information
|
| 36 |
st.header(f"Data of {data['continent']}")
|
|
|
|
| 30 |
|
| 31 |
if response.status_code == 200:
|
| 32 |
data = response.json()
|
| 33 |
+
#st.write(data)
|
| 34 |
|
| 35 |
# Display the continent information
|
| 36 |
st.header(f"Data of {data['continent']}")
|