Update app.py
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ def answer_question(question, chunks, embeddings):
|
|
140 |
return chain.invoke({"question": question, "context": context})
|
141 |
|
142 |
# Streamlit UI
|
143 |
-
st.set_page_config(page_title="PDF Assistant", layout="wide")
|
144 |
st.title("π Smart PDF Assistant")
|
145 |
|
146 |
if "chat" not in st.session_state:
|
|
|
140 |
return chain.invoke({"question": question, "context": context})
|
141 |
|
142 |
# Streamlit UI
|
143 |
+
#st.set_page_config(page_title="PDF Assistant", layout="wide")
|
144 |
st.title("π Smart PDF Assistant")
|
145 |
|
146 |
if "chat" not in st.session_state:
|