uumerrr684 commited on
Commit
d2136dc
·
verified ·
1 Parent(s): 79859a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -13,8 +13,8 @@ from git import Repo
13
 
14
  # Page configuration
15
  st.set_page_config(
16
- page_title="RAG Chat Flow ✩₊˚.⋆🕸️⋆⁺₊✧ ",
17
- page_icon="📚",
18
  initial_sidebar_state="expanded"
19
  )
20
 
@@ -766,7 +766,7 @@ if "session_id" not in st.session_state:
766
  rag_system = initialize_rag_system()
767
 
768
  # Header
769
- st.title("RAG Chat Flow ✩₊˚.⋆🕸️⋆⁺₊✧")
770
  st.caption("Ask questions about your documents with AI-powered retrieval")
771
 
772
  # Sidebar
 
13
 
14
  # Page configuration
15
  st.set_page_config(
16
+ page_title="RAG Chat Flow ",
17
+ page_icon="",
18
  initial_sidebar_state="expanded"
19
  )
20
 
 
766
  rag_system = initialize_rag_system()
767
 
768
  # Header
769
+ st.title("RAG Chat Flow ")
770
  st.caption("Ask questions about your documents with AI-powered retrieval")
771
 
772
  # Sidebar