zolicsaki commited on
Commit
180adf5
·
verified ·
1 Parent(s): daec56a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ from visual_env_utils import are_credentials_set, env_input_fields, initialize_e
27
  logging.basicConfig(level=logging.INFO)
28
  GOOGLE_API_KEY = st.secrets["google_api_key"]
29
  GOOGLE_CX = st.secrets["google_cx"]
30
- BACKUP_KEYS = [st.secrets["backup_key_1"], st.secrets["backup_key_2"], st.secrets["backup_key_3"]]
31
 
32
  CONFIG_PATH = os.path.join(current_dir, "config.yaml")
33
 
 
27
  logging.basicConfig(level=logging.INFO)
28
  GOOGLE_API_KEY = st.secrets["google_api_key"]
29
  GOOGLE_CX = st.secrets["google_cx"]
30
+ BACKUP_KEYS = [st.secrets["backup_key_1"], st.secrets["backup_key_2"], st.secrets["backup_key_3"], st.secrets["backup_key_4"], st.secrets["backup_key_5"]]
31
 
32
  CONFIG_PATH = os.path.join(current_dir, "config.yaml")
33