Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -75,8 +75,8 @@ def handle_userinput(user_question):
|
|
| 75 |
|
| 76 |
def main():
|
| 77 |
load_dotenv()
|
| 78 |
-
|
| 79 |
-
st.echo("Chat with multiple PDFs")
|
| 80 |
st.write(css, unsafe_allow_html=True)
|
| 81 |
|
| 82 |
if "conversation" not in st.session_state:
|
|
|
|
| 75 |
|
| 76 |
def main():
|
| 77 |
load_dotenv()
|
| 78 |
+
st_new.set_page_config(page_title="Chat with multiple PDFs", page_icon=":books:")
|
| 79 |
+
# st.echo("Chat with multiple PDFs")
|
| 80 |
st.write(css, unsafe_allow_html=True)
|
| 81 |
|
| 82 |
if "conversation" not in st.session_state:
|