Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,8 @@ def generate_graph_prompt(country1, country2, metric, start_year, end_year):
|
|
42 |
#SUPABASE_KEY =
|
43 |
|
44 |
def load_data():
|
45 |
-
|
|
|
46 |
try:
|
47 |
response = supabase.from_("LabourForecast").execute()
|
48 |
if response.error:
|
|
|
42 |
#SUPABASE_KEY =
|
43 |
|
44 |
def load_data():
|
45 |
+
|
46 |
+
"""fertility, geo data, labor, population y predictions """
|
47 |
try:
|
48 |
response = supabase.from_("LabourForecast").execute()
|
49 |
if response.error:
|