juancamval commited on
Commit
0bdda6f
·
verified ·
1 Parent(s): c7978e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ if generate_button and user_input:
78
  else:
79
  try:
80
 
81
- response = supabase.table("your_test_table").select("*").limit(1).execute()
82
 
83
  if response.error:
84
  print(f"Supabase connection test failed with error: {response.error}")
 
78
  else:
79
  try:
80
 
81
+ response = supabase.table("LabourForecast").select("*").limit(1).execute()
82
 
83
  if response.error:
84
  print(f"Supabase connection test failed with error: {response.error}")