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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def process_pdf(pdf):
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 = []
 
29
  def main():
30
  load_dotenv()
31
  st.set_page_config(page_title="EstateSphere Consulting")
32
+ st.header("EstateSphere Consulting")
33
 
34
  if 'chat_history' not in st.session_state:
35
  st.session_state.chat_history = []