changed con
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ selected_continent = st.sidebar.selectbox(
|
|
22 |
)
|
23 |
|
24 |
# Fetch data from the FastAPI endpoint
|
25 |
-
if st.sidebar.button("
|
26 |
# Call FastAPI to get continent data
|
27 |
response = requests.get(f"{API_URL}/continent/{selected_continent}")
|
28 |
|
|
|
22 |
)
|
23 |
|
24 |
# Fetch data from the FastAPI endpoint
|
25 |
+
if st.sidebar.button("Get Data"):
|
26 |
# Call FastAPI to get continent data
|
27 |
response = requests.get(f"{API_URL}/continent/{selected_continent}")
|
28 |
|