Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
| 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 = []
|