reverted UI 1 changes

This commit is contained in:
AARETE\agupta
2024-06-14 09:48:46 -05:00
parent 216165f0c8
commit fca77eb734
-6
View File
@@ -1,5 +1,4 @@
import streamlit as st
import security
from streamlit_extras.add_vertical_space import add_vertical_space
import os
import streamlit as st
@@ -31,8 +30,6 @@ st.set_page_config(layout = "wide")
# add_vertical_space(15)
# # st.write("Doczy")
_,c1= st.columns([5,1])
try:
util.setup_page(REDIRECT_URI)
@@ -45,9 +42,6 @@ try:
except KeyError as e:
# Do we add a link to get to the login page here?
st.write("Session Expired.")
# st.write("Please sign-in to use this app.")
auth_url = security.get_auth_url(REDIRECT_URI)
st.markdown(f"<a href='{auth_url}' target='_self'>Sign In</a>", unsafe_allow_html=True)
st.stop()