Ashoka74 commited on
Commit
ea5bf8f
·
verified ·
1 Parent(s): f409190

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -9,12 +9,12 @@ st.write(st.session_state.user_subscribed)
9
  if "buttons" in st.session_state:
10
  st.session_state.buttons = st.session_state.buttons
11
 
12
- st.set_page_config(
13
- page_title="UAP Analytics",
14
- page_icon="🛸",
15
- layout="wide",
16
- initial_sidebar_state="expanded",
17
- )
18
 
19
  pg = st.navigation([
20
  st.Page("rag_search.py", title="Smart-Search (Retrieval Augmented Generations)", icon="🔍"),
 
9
  if "buttons" in st.session_state:
10
  st.session_state.buttons = st.session_state.buttons
11
 
12
+ # st.set_page_config(
13
+ # page_title="UAP Analytics",
14
+ # page_icon="🛸",
15
+ # layout="wide",
16
+ # initial_sidebar_state="expanded",
17
+ # )
18
 
19
  pg = st.navigation([
20
  st.Page("rag_search.py", title="Smart-Search (Retrieval Augmented Generations)", icon="🔍"),