rehanafzal commited on
Commit
60b15f8
·
verified ·
1 Parent(s): 6fa9bc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ if uploaded_file:
74
  # st.write("Embeddings Generated and Stored Successfully!")
75
 
76
  # Interactive chat section
77
- st.write("### Interactive Chat Section")
78
 
79
  # State management for chat history
80
  if "chat_history" not in st.session_state:
 
74
  # st.write("Embeddings Generated and Stored Successfully!")
75
 
76
  # Interactive chat section
77
+ st.write("Chat with Your Documents")
78
 
79
  # State management for chat history
80
  if "chat_history" not in st.session_state: