Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def load_data():
|
|
47 |
|
48 |
"""fertility, geo data, labor, population y predictions """
|
49 |
try:
|
50 |
-
response = supabase.from_("
|
51 |
if response.error:
|
52 |
st.error(f"Error fetching data: {response.error}")
|
53 |
return pd.DataFrame()
|
|
|
47 |
|
48 |
"""fertility, geo data, labor, population y predictions """
|
49 |
try:
|
50 |
+
response = supabase.from_("labor").select("*").execute()
|
51 |
if response.error:
|
52 |
st.error(f"Error fetching data: {response.error}")
|
53 |
return pd.DataFrame()
|