changed con
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ if st.query_params.get("page", "") == "docs":
|
|
9 |
st.rerun()
|
10 |
|
11 |
# Set the FastAPI base URL
|
12 |
-
API_URL = "https://tharu22-world-population.hf.space"
|
13 |
|
14 |
# Streamlit app title
|
15 |
st.title("World Population Dashboard")
|
|
|
9 |
st.rerun()
|
10 |
|
11 |
# Set the FastAPI base URL
|
12 |
+
API_URL = "https://tharu22-world-population.hf.space/Asia"
|
13 |
|
14 |
# Streamlit app title
|
15 |
st.title("World Population Dashboard")
|