Update app.py
Browse files
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 |
|