Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
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="🔍"),
|