Update app.py
Browse files
app.py
CHANGED
@@ -214,7 +214,7 @@ def page_1():
|
|
214 |
st.error(f"Error processing PDF: {e}")
|
215 |
|
216 |
def page_2():
|
217 |
-
st.title("
|
218 |
|
219 |
if "image_collection" in st.session_state and "text_collection" in st.session_state and "video_collection" in st.session_state:
|
220 |
image_collection = st.session_state.image_collection
|
|
|
214 |
st.error(f"Error processing PDF: {e}")
|
215 |
|
216 |
def page_2():
|
217 |
+
st.title("Poss Assitant")
|
218 |
|
219 |
if "image_collection" in st.session_state and "text_collection" in st.session_state and "video_collection" in st.session_state:
|
220 |
image_collection = st.session_state.image_collection
|