Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ if generate_button and user_input:
|
|
78 |
else:
|
79 |
try:
|
80 |
|
81 |
-
response = supabase.table("
|
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}")
|