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