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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- print("Error: Supabase URL and/or Key not found in environment variables.")
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: