ankanghosh commited on
Commit
95a99bf
·
verified ·
1 Parent(s): b223511

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
- # Update title to "Anveshak"
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