message
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
import requests
|
3 |
|
4 |
# Set FastAPI backend URL
|
5 |
-
API_URL = "https://
|
6 |
|
7 |
# Streamlit UI
|
8 |
st.title("🌍 World Population Dashboard")
|
|
|
2 |
import requests
|
3 |
|
4 |
# Set FastAPI backend URL
|
5 |
+
API_URL = "https://tharu22-world-population.hf.space" # Change to your actual FastAPI URL
|
6 |
|
7 |
# Streamlit UI
|
8 |
st.title("🌍 World Population Dashboard")
|