juancamval commited on
Commit
dd7bed1
·
verified ·
1 Parent(s): 0cc8534

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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_("LabourForecast").select("*").execute()
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()