Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,8 +3,7 @@ import time
|
|
3 |
import streamlit.components.v1 as components
|
4 |
|
5 |
# FIRST: Set page config before ANY other Streamlit command
|
6 |
-
|
7 |
-
st.set_page_config(page_title="Anveshak", page_icon="🕉️")
|
8 |
|
9 |
# Initialize ALL session state variables right at the beginning
|
10 |
# This ensures consistent state management across application reruns
|
|
|
3 |
import streamlit.components.v1 as components
|
4 |
|
5 |
# FIRST: Set page config before ANY other Streamlit command
|
6 |
+
st.set_page_config(page_title="Anveshak: Spirituality Q&A", page_icon="🕉️")
|
|
|
7 |
|
8 |
# Initialize ALL session state variables right at the beginning
|
9 |
# This ensures consistent state management across application reruns
|