Writo commited on
Commit
0527f62
·
1 Parent(s): 2d889a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,8 +28,8 @@ def process_pdf(pdf):
28
 
29
  def main():
30
  load_dotenv()
31
- st.set_page_config(page_title="Chat PDF")
32
- st.header("Chat PDF 💬")
33
 
34
  if 'chat_history' not in st.session_state:
35
  st.session_state.chat_history = []
 
28
 
29
  def main():
30
  load_dotenv()
31
+ st.set_page_config(page_title="EstateSphere Consulting")
32
+ st.header("Upload PDF ")
33
 
34
  if 'chat_history' not in st.session_state:
35
  st.session_state.chat_history = []