juancamval commited on
Commit
554c0f8
·
verified ·
1 Parent(s): 6c3a5d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
- """fertility, geo data, labor, population y predictions """
 
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: