Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ generate_button = st.button("Generate")
|
|
73 |
if generate_button and user_input:
|
74 |
|
75 |
if not SUPABASE_URL or not SUPABASE_KEY:
|
76 |
-
|
77 |
|
78 |
else:
|
79 |
try:
|
|
|
73 |
if generate_button and user_input:
|
74 |
|
75 |
if not SUPABASE_URL or not SUPABASE_KEY:
|
76 |
+
print("Error: Supabase URL and/or Key not found in environment variables.")
|
77 |
|
78 |
else:
|
79 |
try:
|