LovnishVerma commited on
Commit
a53bb64
·
verified ·
1 Parent(s): 6bd67c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -11,7 +11,7 @@ from datetime import datetime, timedelta
11
 
12
  # 1. PAGE CONFIGURATION
13
  st.set_page_config(
14
- page_title="S.T.A.R.K AI | UIDAI Fraud Detection",
15
  page_icon="🛡️",
16
  layout="wide",
17
  initial_sidebar_state="expanded"
@@ -329,12 +329,12 @@ def load_data():
329
  return df
330
 
331
 
332
- with st.spinner('Initializing S.T.A.R.K AI & Geocoding...'):
333
  df = load_data()
334
 
335
  # 5. SIDEBAR & FILTERS
336
  with st.sidebar:
337
- st.markdown("### 🛡️ S.T.A.R.K AI Control")
338
  st.markdown("---")
339
 
340
  if not df.empty:
@@ -374,7 +374,7 @@ with st.sidebar:
374
  # 6. HEADER & METRICS
375
  col1, col2 = st.columns([3, 1])
376
  with col1:
377
- st.title("🛡️ S.T.A.R.K AI Dashboard")
378
  st.markdown("**Context-Aware Fraud Detection & Prevention System**")
379
  with col2:
380
  st.markdown(
@@ -495,4 +495,4 @@ with tab_insights:
495
  "2. Deploy biometric re-verification for 'Rural A' cluster")
496
 
497
  st.markdown("---")
498
- st.markdown("""<div style="text-align: center; font-size: 13px; color: #94a3b8;"><b>Project S.T.A.R.K AI</b> | UIDAI Hackathon 2026</div>""", unsafe_allow_html=True)
 
11
 
12
  # 1. PAGE CONFIGURATION
13
  st.set_page_config(
14
+ page_title="S.A.T.A.R.K AI | UIDAI Fraud Detection",
15
  page_icon="🛡️",
16
  layout="wide",
17
  initial_sidebar_state="expanded"
 
329
  return df
330
 
331
 
332
+ with st.spinner('Initializing S.A.T.A.R.K AI & Geocoding...'):
333
  df = load_data()
334
 
335
  # 5. SIDEBAR & FILTERS
336
  with st.sidebar:
337
+ st.markdown("### 🛡️ S.A.T.A.R.K AI Control")
338
  st.markdown("---")
339
 
340
  if not df.empty:
 
374
  # 6. HEADER & METRICS
375
  col1, col2 = st.columns([3, 1])
376
  with col1:
377
+ st.title("🛡️ S.A.T.A.R.K AI Dashboard")
378
  st.markdown("**Context-Aware Fraud Detection & Prevention System**")
379
  with col2:
380
  st.markdown(
 
495
  "2. Deploy biometric re-verification for 'Rural A' cluster")
496
 
497
  st.markdown("---")
498
+ st.markdown("""<div style="text-align: center; font-size: 13px; color: #94a3b8;"><b>Project S.A.T.A.R.K AI</b> | UIDAI Hackathon 2026</div>""", unsafe_allow_html=True)