Tesneem commited on
Commit
eefaeba
·
verified ·
1 Parent(s): b32750e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -473,7 +473,7 @@ def gate_ui():
473
  return False
474
 
475
  def main():
476
- if not gate_ui:
477
  return
478
  # st.set_page_config(page_title="Grant Buddy RAG", page_icon="🤖")
479
  st.title("🤖 Grant Buddy: Grant-Writing Assistant")
 
473
  return False
474
 
475
  def main():
476
+ if not gate_ui():
477
  return
478
  # st.set_page_config(page_title="Grant Buddy RAG", page_icon="🤖")
479
  st.title("🤖 Grant Buddy: Grant-Writing Assistant")