Tesneem commited on
Commit
159d21d
·
verified ·
1 Parent(s): beab373

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -543,7 +543,7 @@ def run_query(query: str,
543
 
544
  # ===== MAIN =====
545
  def main():
546
- if not password_gate():
547
  return
548
 
549
  st.title("🤖 Grant Buddy — Manual / JSON Mode")
 
543
 
544
  # ===== MAIN =====
545
  def main():
546
+ if not gate_ui():
547
  return
548
 
549
  st.title("🤖 Grant Buddy — Manual / JSON Mode")