yogesh-venkat commited on
Commit
d24efda
Β·
verified Β·
1 Parent(s): b05f3a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -556,7 +556,7 @@ page = st.sidebar.radio("Navigate", PAGES)
556
  # ------------------------------------------------------------
557
  # PAGE 1 – HOME
558
  # ------------------------------------------------------------
559
- iif page == "🏠 Home":
560
  col1, col2 = st.columns([1.2, 1])
561
 
562
  with col1:
 
556
  # ------------------------------------------------------------
557
  # PAGE 1 – HOME
558
  # ------------------------------------------------------------
559
+ if page == "🏠 Home":
560
  col1, col2 = st.columns([1.2, 1])
561
 
562
  with col1: