bhaskarhhp commited on
Commit
48be788
Β·
verified Β·
1 Parent(s): fa86301

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -2
src/streamlit_app.py CHANGED
@@ -26,7 +26,7 @@ st.set_page_config(layout="wide")
26
  # -------------------------------
27
  # πŸ” LOGIN SECTION
28
  # -------------------------------
29
- #@st.dialog("πŸ” Login")
30
  def login():
31
 
32
  #st.title("πŸ” Login")
@@ -153,7 +153,7 @@ def show_sidebar():
153
  def home_page():
154
  st.title("🏠 Home Page")
155
  st.write("Welcome to the homepage.")
156
- st.rerun()
157
  # Users Management with radio options
158
 
159
  def users_page():
 
26
  # -------------------------------
27
  # πŸ” LOGIN SECTION
28
  # -------------------------------
29
+ @st.dialog("πŸ” Login")
30
  def login():
31
 
32
  #st.title("πŸ” Login")
 
153
  def home_page():
154
  st.title("🏠 Home Page")
155
  st.write("Welcome to the homepage.")
156
+
157
  # Users Management with radio options
158
 
159
  def users_page():