From fca77eb734dc64edae35b9ef06f0cd84a16dfaf7 Mon Sep 17 00:00:00 2001 From: "AARETE\\agupta" Date: Fri, 14 Jun 2024 09:48:46 -0500 Subject: [PATCH] reverted UI 1 changes --- streamlit/interface_1.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/streamlit/interface_1.py b/streamlit/interface_1.py index 4b4f88e..5b3f82a 100644 --- a/streamlit/interface_1.py +++ b/streamlit/interface_1.py @@ -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"Sign In", unsafe_allow_html=True) st.stop()