Redirect Link updates in multipage

This commit is contained in:
AARETE\agupta
2024-06-18 17:26:38 -05:00
parent d224c45c6c
commit 4020fcfa67
4 changed files with 5 additions and 1 deletions
+1
View File
@@ -17,6 +17,7 @@ from sf_conn import get_client_names, insert_upload_logs
from constants import USER_LIST
(REDIRECT_URI, create_batch_url, doczy_pipeline) = util.load_page_details(0)
REDIRECT_URI = 'https://doczydev.aarete.com:8505'
user_list = USER_LIST
if 'uploading' not in st.session_state:
+2 -1
View File
@@ -15,7 +15,8 @@ from constants import USER_LIST
(REDIRECT_URI, create_batch_url, doczy_pipeline) = util.load_page_details(1)
REDIRECT_URI = 'https://doczydev.aarete.com:8501'
REDIRECT_URI = 'https://doczydev.aarete.com:8505/Interface_1'
user_list = USER_LIST
st.set_page_config(layout = "wide")
# # Sidebar contents
+1
View File
@@ -25,6 +25,7 @@ from sf_conn import get_client_names, get_secret, save_to_sf
import io
(REDIRECT_URI, create_batch_url, doczy_pipeline) = util.load_page_details(2)
REDIRECT_URI = 'https://doczydev.aarete.com:8505/Interface_2'
user_list = USER_LIST
st.set_page_config(layout = "wide")
+1
View File
@@ -25,6 +25,7 @@ from io import StringIO
(REDIRECT_URI, create_batch_url, doczy_pipeline) = util.load_page_details(3)
REDIRECT_URI = 'https://doczydev.aarete.com:8505/Interface_3'
user_list = USER_LIST
st.set_page_config(layout = "wide")